]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/checksums/metrohash/metrohash.factor
factor: trim using lists
[factor.git] / basis / checksums / metrohash / metrohash.factor
index 7713088cd85ad97b258cde43334cbc32f3c50b43..120092ca91fe9f59ce5bb30c67d8f1ed5291f104 100644 (file)
@@ -1,11 +1,7 @@
 ! Copyright (C) 2018 John Benediktsson.
 ! See http://factorcode.org/license.txt for BSD license.
 USING: accessors alien.c-types alien.data byte-arrays checksums
-combinators endian grouping kernel locals math math.bitwise
-sequences specialized-arrays ;
-SPECIALIZED-ARRAY: uint64_t
-SPECIALIZED-ARRAY: uint32_t
-SPECIALIZED-ARRAY: uint16_t
+combinators endian grouping kernel math math.bitwise sequences ;
 
 IN: checksums.metrohash