summaryrefslogtreecommitdiff
path: root/threefish.rkt
diff options
context:
space:
mode:
Diffstat (limited to 'threefish.rkt')
-rw-r--r--threefish.rkt1
1 files changed, 1 insertions, 0 deletions
diff --git a/threefish.rkt b/threefish.rkt
index a9cd8d0..1d49098 100644
--- a/threefish.rkt
+++ b/threefish.rkt
@@ -20,6 +20,7 @@
(require "util.rkt")
(provide: [threefish (Bytes Bytes Bytes (U 'encrypt 'decrypt) -> Bytes)])
+(: threefish (Bytes Bytes Bytes (U 'encrypt 'decrypt) -> Bytes))
(define-type Long Exact-Nonnegative-Integer)