You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
chicken-scheme-hmac/hmac.meta

15 lines
255 B
Plaintext

; author: Thomas Hintz
; email: t@thintz.com
; license: bsd
(
(license "BSD")
(category crypt)
(needs message-digest)
(test-depends test sha1 string-utils)
(author "Thomas Hintz")
(synopsis "HMAC provides a HMAC using the message-digest interface."))