]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/checksums/fletcher/fletcher.factor
endian: replaces io.binary and io.binary.fast.
[factor.git] / basis / checksums / fletcher / fletcher.factor
index 257912d8a8179b94dc27aa214bbc8590b5de04b3..bbe2de10274da973e61e965f7bec1071d8d02474 100644 (file)
@@ -1,7 +1,7 @@
 ! Copyright (C) 2013 John Benediktsson
 ! See http://factorcode.org/license.txt for BSD license
 
-USING: checksums grouping io.binary kernel locals math sequences
+USING: checksums endian grouping kernel locals math sequences
 ;
 
 IN: checksums.fletcher