factor/contrib/crypto/load.factor

12 lines
243 B
Factor
Raw Normal View History

IN: crypto
2005-10-18 14:37:42 -04:00
USING: parser sequences words compiler ;
[
2006-01-13 03:05:02 -05:00
"contrib/math/load.factor"
"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