;;;; "sha1.meta -*- Hen -*- ((egg "sha1.egg") (category crypt) (author "Chistophe Devine (packaged for CHICKEN by [[felix winkelmann]] & [[kon lovett]])") (license "GPL-2") (doc-from-wiki) (synopsis "Computes SHA1 (FIPS-180-1) checksums") (needs setup-helper message-digest) (files "sha1.setup" "sha1.scm" "sha1-base.c" "sha1.meta" "tests/run.scm" "sha1.h") )