summaryrefslogtreecommitdiff
path: root/cubehash.rkt
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <code@mail.matthias.benkard.de>2012-02-23 11:12:47 +0100
committerMatthias Andreas Benkard <code@mail.matthias.benkard.de>2012-02-23 11:12:47 +0100
commit5b1507b89b3c688cf92a6c303ec0bf7d5648309a (patch)
treed357b0d5eb082950e0d86fdb46fe066691596050 /cubehash.rkt
parentccf332ebbce0cb266aa84dea08bca8ce6182ae9e (diff)
Commit the dormant Threefish implementation.
Diffstat (limited to 'cubehash.rkt')
-rw-r--r--cubehash.rkt4
1 files changed, 2 insertions, 2 deletions
diff --git a/cubehash.rkt b/cubehash.rkt
index 3aed1f3..9eb8a84 100644
--- a/cubehash.rkt
+++ b/cubehash.rkt
@@ -61,8 +61,8 @@
(define (cubehash init-rounds rounds/block block-size fin-rounds output-bits)
- (λ: ([msg : Bytes])
- (let*: ([state : (Vectorof Word)
+ (λ: ([msg : Bytes])
+ (let*: ([state : (Vectorof Word)
(make-vector 32 #x0)]
[msg-pad : Bytes
(bytes-append msg