Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| deae49baaf |
@@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
(category cryptography)
|
(category cryptography)
|
||||||
|
|
||||||
(needs message-digest-port srfi-4-utils)
|
(needs message-digest srfi-4-utils)
|
||||||
|
|
||||||
(test-depends test sha1 string-utils)
|
(test-depends test sha1 string-utils)
|
||||||
|
|
||||||
|
|||||||
@@ -2,3 +2,5 @@
|
|||||||
|
|
||||||
(uri targz "https://github.com/ThomasHintz/chicken-scheme-{egg-name}/tarball/{egg-release}")
|
(uri targz "https://github.com/ThomasHintz/chicken-scheme-{egg-name}/tarball/{egg-release}")
|
||||||
(release "1")
|
(release "1")
|
||||||
|
(release "2")
|
||||||
|
(release "3")
|
||||||
@@ -3,7 +3,7 @@
|
|||||||
; license: bsd
|
; license: bsd
|
||||||
|
|
||||||
(use test)
|
(use test)
|
||||||
(use sha1 string-utils)
|
(use sha1 string-utils hmac)
|
||||||
|
|
||||||
(test-group "HMAC"
|
(test-group "HMAC"
|
||||||
(test "Short Key and Message"
|
(test "Short Key and Message"
|
||||||
|
|||||||
Reference in New Issue
Block a user