Files

15 lines
255 B
Plaintext
Raw Permalink Normal View History

2011-04-16 21:33:55 -04:00
; author: Thomas Hintz
; email: t@thintz.com
; license: bsd
(
(license "BSD")
2011-08-30 00:07:21 -07:00
(category crypt)
2011-04-16 21:33:55 -04:00
(needs message-digest)
2011-04-16 21:33:55 -04:00
(test-depends test sha1 string-utils)
(author "Thomas Hintz")
(synopsis "HMAC provides a HMAC using the message-digest interface."))