Faster MD5

db4
Slava Pestov 2008-11-26 04:08:52 -06:00
parent 69d5628944
commit 53df21c033
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ IN: checksums.md5
SYMBOLS: a b c d old-a old-b old-c old-d ;
: T ( N -- Y )
sin abs 4294967296 * >bignum ; foldable
sin abs 4294967296 * >integer ; foldable
: initialize-md5 ( -- )
0 bytes-read set