((egg "crypt.egg") (synopsis "Secure password hashing through the Unix crypt() function") (category crypt) (author "Peter Bex, with code from many people") (doc-from-wiki) (license "Public Domain") (test-depends test) (files "crypt.scm" "implementations/native/crypt.scm" "implementations/DES/crypt.scm" "implementations/DES/gensalt-extended.scm" "implementations/DES/dessp.c" "implementations/DES/gensalt.scm" "implementations/DES/crypt-extended.scm" "implementations/DES/crypt_des.c" "implementations/DES/deskey.c" "implementations/blowfish/crypt.scm" "implementations/blowfish/gensalt_blowfish.c" "implementations/blowfish/common_blowfish.c" "implementations/blowfish/README" "implementations/blowfish/gensalt.scm" "implementations/blowfish/crypt_blowfish.c" "implementations/MD5/crypt.scm" "implementations/MD5/gensalt.scm" "implementations/MD5/crypt_md5.c" "implementations/SHA-2/README" "implementations/SHA-2/gensalt-sha512.scm" "implementations/SHA-2/sha512crypt.c" "implementations/SHA-2/gensalt-sha256.scm" "implementations/SHA-2/crypt-sha256.scm" "implementations/SHA-2/crypt-sha512.scm" "implementations/SHA-2/sha256crypt.c" "crypt.setup" "detect-native-crypt-features.scm" "common.c" "crypt.release-info" "tests/run.scm" "crypt.meta"))