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
|
|
|
|
2011-08-31 07:59:18 -07: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."))
|