summaryrefslogtreecommitdiff
path: root/main.rkt
diff options
context:
space:
mode:
Diffstat (limited to 'main.rkt')
-rw-r--r--main.rkt6
1 files changed, 6 insertions, 0 deletions
diff --git a/main.rkt b/main.rkt
new file mode 100644
index 0000000..fb1b928
--- /dev/null
+++ b/main.rkt
@@ -0,0 +1,6 @@
+#lang typed/racket
+(require "hmac.rkt"
+ "whirlpool.rkt")
+
+(provide hmac
+ whirlpool)