]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/base85/base85.factor
endian: replaces io.binary and io.binary.fast.
[factor.git] / extra / base85 / base85.factor
index bbf98e13c2018ecc5579bda6d9b75ac74008db1f..44d3d9289d29e53fa74f3b2f6d74b545e0c69349 100644 (file)
@@ -1,6 +1,6 @@
 ! Copyright (C) 2013 John Benediktsson.
 ! See http://factorcode.org/license.txt for BSD license.
-USING: base64.private byte-arrays combinators io io.binary
+USING: base64.private byte-arrays combinators endian io
 io.encodings.binary io.streams.byte-array kernel kernel.private
 literals math namespaces sequences ;
 IN: base85