]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/checksums/wyhash/wyhash.factor
factor: trim using lists
[factor.git] / basis / checksums / wyhash / wyhash.factor
index 0b67654a87652ac7c54d841e70b62de162c5f2dc..bff1f8a7a5dd9f8cd005c6be721a397f0d7edc16 100644 (file)
@@ -2,10 +2,8 @@
 ! See http://factorcode.org/license.txt for BSD license
 
 USING: accessors alien.c-types alien.data byte-arrays checksums
-endian grouping kernel literals math math.bitwise math.order
-sequences sequences.generalizations sequences.private
-specialized-arrays ;
-SPECIALIZED-ARRAY: uint64_t
+endian grouping kernel math math.bitwise
+sequences sequences.generalizations sequences.private ;
 IN: checksums.wyhash
 
 <PRIVATE