]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/base32/base32.factor
factor: trim using lists
[factor.git] / extra / base32 / base32.factor
index 3bace0d75f9403031a0b232fa10b2a2ed97aa276..24b46f9236303ab10525f8068992ab759b6312d6 100644 (file)
@@ -1,6 +1,6 @@
 ! Copyright (C) 2019 John Benediktsson
 ! See http://factorcode.org/license.txt for BSD license
-USING: base64.private byte-arrays combinators endian fry io
+USING: base64.private byte-arrays combinators endian io
 io.encodings.binary io.streams.byte-array kernel kernel.private
 literals math namespaces sequences ;
 IN: base32