]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/base32/base32.factor
endian: replaces io.binary and io.binary.fast.
[factor.git] / extra / base32 / base32.factor
index 90c362f48f4831428ac9cb67e4f0f82d398d69c4..3bace0d75f9403031a0b232fa10b2a2ed97aa276 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 fry io io.binary
+USING: base64.private byte-arrays combinators endian fry io
 io.encodings.binary io.streams.byte-array kernel kernel.private
 literals math namespaces sequences ;
 IN: base32