From 7a00f761db31ada5098d3e4a2ce995fa775c47c9 Mon Sep 17 00:00:00 2001 From: code Date: Mon, 10 Nov 2014 22:04:35 +0100 Subject: Update for Racket 6.1. --- threefish.rkt | 1 + 1 file changed, 1 insertion(+) (limited to 'threefish.rkt') 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) -- cgit v1.2.3