diff options
author | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | 2011-08-16 00:44:52 +0200 |
---|---|---|
committer | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | 2011-08-16 00:44:52 +0200 |
commit | bc645dba59b2624a0d329d19eb7e03247ab44b4a (patch) | |
tree | da43214138d036039923e2b3acc22d3155667add | |
parent | 21490649347dd7738131635333645926ea49c1d1 (diff) |
HMAC: Make the testing comment at the bottom of the file less confusing.
-rw-r--r-- | hmac.rkt | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -59,7 +59,7 @@ ;; ;; CRYPTO[12]> (map nil ;; (lambda (x) (format t "~x" x)) -;; (hmac-digest (make-hmac "" 'whirlpool))) +;; (hmac-digest (make-hmac #() 'whirlpool))) ;; 57D73990319055DEFA7739FF7B72406A927BBC54E8FCDC98E145FA4C36CE83 ;; A9CF165AD1E0D1925F93AC1D12B985A26044E9FB1B9CCE24301FAA76EAAB53 ;; |