diff options
author | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | 2011-08-16 00:51:59 +0200 |
---|---|---|
committer | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | 2011-08-16 00:51:59 +0200 |
commit | 002bb6d486d2949e6f98f31ff27ab26abc631bb7 (patch) | |
tree | 2a7ddf9d1daee3c1a2d09be55d78bf9e43e1cfc5 /hmac.rkt | |
parent | d1fae02b7b960c8f1382e919afe1056d4fdb447d (diff) |
HMAC: Fix code formatting.
Diffstat (limited to 'hmac.rkt')
-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 ;; |