factor/extra/benchmark/sha1/sha1.factor

8 lines
182 B
Factor
Raw Normal View History

2008-05-01 21:02:34 -04:00
USING: checksums checksums.sha1 io.files kernel ;
2008-01-14 16:43:33 -05:00
IN: benchmark.sha1
: sha1-file ( -- )
2009-02-15 20:53:21 -05:00
"vocab:mime/multipart/multipart-tests.factor" sha1 checksum-file drop ;
2008-01-14 16:43:33 -05:00
MAIN: sha1-file