]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/checksums/common/common.factor
endian: replaces io.binary and io.binary.fast.
[factor.git] / basis / checksums / common / common.factor
index 511910ec6edfcd7c8da5a469952a5e7b52d08af9..bfd8554d750da2b16cb9cc63f0df4da67e90c151 100644 (file)
@@ -1,7 +1,7 @@
 ! Copyright (C) 2006, 2008 Doug Coleman.
 ! See http://factorcode.org/license.txt for BSD license.
-USING: accessors byte-arrays byte-vectors checksums grouping
-io.binary kernel locals make math sequences ;
+USING: accessors byte-arrays byte-vectors checksums endian
+grouping kernel locals make math sequences ;
 IN: checksums.common
 
 : calculate-pad-length ( length -- length' )