From 08bb85d77418842256553a94438e5cdd0466d210 Mon Sep 17 00:00:00 2001 From: Oskari Timperi Date: Tue, 13 Mar 2018 21:40:33 +0200 Subject: Updates --- src/tomcrypt/tomcrypt.nim | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/tomcrypt/tomcrypt.nim') diff --git a/src/tomcrypt/tomcrypt.nim b/src/tomcrypt/tomcrypt.nim index 3bc1691..80c8d79 100644 --- a/src/tomcrypt/tomcrypt.nim +++ b/src/tomcrypt/tomcrypt.nim @@ -34,3 +34,7 @@ type CRYPT_INVALID_PRIME_SIZE, # Invalid size of prime requested CRYPT_PK_INVALID_PADDING, # Invalid padding on input CRYPT_HASH_OVERFLOW # Hash applied to too many bits + +include cfg +include cipher +include misc -- cgit v1.2.3