First release with actual content!

This commit is contained in:
2011-04-16 21:33:55 -04:00
parent 544db619f0
commit fa2cfdee8c
5 changed files with 79 additions and 5 deletions

15
hmac.meta Normal file
View File

@@ -0,0 +1,15 @@
; author: Thomas Hintz
; email: t@thintz.com
; license: bsd
(
(license "BSD")
(category cryptography)
(needs message-digest-port srfi-4-utils)
(test-depends test sha1 string-utils)
(author "Thomas Hintz")
(synopsis "HMAC provides a HMAC using the message-digest interface."))