]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/checksums/sha1/sha1.factor
Updating code for make and fry changes
[factor.git] / basis / checksums / sha1 / sha1.factor
index 6aa2cfa2eb64cbf2405aa8055790c67c90dca107..bbae421b16fe0d1d86e86c9d44e3be955ec8a5d7 100755 (executable)
@@ -2,8 +2,8 @@
 ! See http://factorcode.org/license.txt for BSD license.
 USING: arrays combinators kernel io io.encodings.binary io.files
 io.streams.byte-array math.vectors strings sequences namespaces
-math parser sequences assocs grouping vectors io.binary hashtables
-symbols math.bitwise checksums checksums.common ;
+make math parser sequences assocs grouping vectors io.binary
+hashtables symbols math.bitwise checksums checksums.common ;
 IN: checksums.sha1
 
 ! Implemented according to RFC 3174.