]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/checksums/hmac/hmac.factor
factor: trim using lists
[factor.git] / basis / checksums / hmac / hmac.factor
index 4c88a56edbef660f1b0e58e270338d7cd8fa5806..2dcae86187f47b7d5a06f7baa6c567e1c5bfcfc1 100644 (file)
@@ -1,8 +1,8 @@
 ! Copyright (C) 2008 Doug Coleman.
 ! See http://factorcode.org/license.txt for BSD license.
-USING: accessors arrays checksums checksums.common
-io.encodings.binary io.files io.streams.byte-array kernel locals
-math math.vectors sequences ;
+USING: accessors arrays checksums io.encodings.binary
+io.files io.streams.byte-array kernel math math.vectors
+sequences ;
 IN: checksums.hmac
 
 <PRIVATE