diff options
-rw-r--r-- | main.rkt | 6 |
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) |