2005-08-25 06:07:50 -04:00
|
|
|
IN: crypto
|
2005-10-18 14:37:42 -04:00
|
|
|
USING: parser sequences words compiler ;
|
2005-08-25 06:07:50 -04:00
|
|
|
[
|
2006-01-13 03:05:02 -05:00
|
|
|
"contrib/math/load.factor"
|
2005-08-25 06:07:50 -04:00
|
|
|
"contrib/crypto/common.factor"
|
|
|
|
"contrib/crypto/md5.factor"
|
|
|
|
"contrib/crypto/sha1.factor"
|
|
|
|
] [ run-file ] each
|
2005-10-18 14:37:42 -04:00
|
|
|
|
|
|
|
"crypto" words [ try-compile ] each
|
|
|
|
|