diff options
author | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | 2011-08-16 11:21:50 +0200 |
---|---|---|
committer | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | 2011-08-16 11:21:50 +0200 |
commit | 3e885edee8ced5d8b747057b0528eee01deed52b (patch) | |
tree | 989242acf8147d22da1815a8ef5488b839d21cf8 | |
parent | 002bb6d486d2949e6f98f31ff27ab26abc631bb7 (diff) |
Add main.rkt.
-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) |