]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/base58/base58.factor
endian: replaces io.binary and io.binary.fast.
[factor.git] / extra / base58 / base58.factor
index a3601a7856d98c671d6fa496eb6f2d5bcd333c4e..db5153866f96608d602f08f1f65f83ce5e2924ff 100644 (file)
@@ -2,7 +2,7 @@
 ! See http://factorcode.org/license.txt for BSD license.
 
 USING: base64.private byte-arrays checksums checksums.sha
-io.binary kernel kernel.private literals math sequences ;
+endian kernel kernel.private literals math sequences ;
 
 IN: base58