summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <code@mail.matthias.benkard.de>2011-08-16 00:44:52 +0200
committerMatthias Andreas Benkard <code@mail.matthias.benkard.de>2011-08-16 00:44:52 +0200
commitbc645dba59b2624a0d329d19eb7e03247ab44b4a (patch)
treeda43214138d036039923e2b3acc22d3155667add
parent21490649347dd7738131635333645926ea49c1d1 (diff)
HMAC: Make the testing comment at the bottom of the file less confusing.
-rw-r--r--hmac.rkt2
1 files changed, 1 insertions, 1 deletions
diff --git a/hmac.rkt b/hmac.rkt
index b9d012d..9ffa453 100644
--- a/hmac.rkt
+++ b/hmac.rkt
@@ -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
;;