factor/contrib/crypto/load.factor

11 lines
212 B
Factor
Raw Normal View History

IN: crypto
2005-10-18 14:37:42 -04:00
USING: parser sequences words compiler ;
[
"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