]> gitweb.factorcode.org Git - factor.git/blob - libs/crypto/test/md5.factor
more sql changes
[factor.git] / libs / crypto / test / md5.factor
1 USING: kernel math test namespaces crypto ;
2
3 [ "d41d8cd98f00b204e9800998ecf8427e" ] [ "" string>md5str ] unit-test
4 [ "0cc175b9c0f1b6a831c399e269772661" ] [ "a" string>md5str ] unit-test
5 [ "900150983cd24fb0d6963f7d28e17f72" ] [ "abc" string>md5str ] unit-test
6 [ "f96b697d7cb7938d525a2f31aaf161d0" ] [ "message digest" string>md5str ] unit-test
7 [ "c3fcd3d76192e4007dfb496cca67e13b" ] [ "abcdefghijklmnopqrstuvwxyz" string>md5str ] unit-test
8 [ "d174ab98d277d9f5a5611c2c9f419d9f" ] [ "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789" string>md5str ] unit-test
9 [ "57edf4a22be3c955ac49da2e2107b67a" ] [ "12345678901234567890123456789012345678901234567890123456789012345678901234567890" string>md5str ] unit-test
10