]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/checksums/superfast/superfast.factor
endian: replaces io.binary and io.binary.fast.
[factor.git] / basis / checksums / superfast / superfast.factor
index c3b1545c50ed15e2b44719479df10e4ceb1336dd..e9491a0fb4dda6d7acb25d479e658e0889e13119 100644 (file)
@@ -2,7 +2,7 @@
 ! See http://factorcode.org/license.txt for BSD license.
 
 USING: accessors alien alien.c-types alien.data byte-arrays
-checksums combinators fry grouping io.binary kernel math
+checksums combinators endian fry grouping kernel math
 math.bitwise math.ranges sequences sequences.private ;
 
 IN: checksums.superfast