summaryrefslogtreecommitdiff
path: root/main.rkt
diff options
context:
space:
mode:
Diffstat (limited to 'main.rkt')
-rw-r--r--main.rkt6
1 files changed, 4 insertions, 2 deletions
diff --git a/main.rkt b/main.rkt
index aadd079..fce39f9 100644
--- a/main.rkt
+++ b/main.rkt
@@ -2,7 +2,8 @@
(require "hmac.rkt"
"whirlpool.rkt"
"salsa-chacha.rkt"
- "cubehash.rkt")
+ "cubehash.rkt"
+ "threefish.rkt")
(provide hmac
whirlpool
@@ -14,4 +15,5 @@
cubehash-256
cubehash-384
cubehash-512
- cubehash-512x)
+ cubehash-512x
+ threefish)