diff options
Diffstat (limited to 'src/tomcrypt/tomcrypt.nim')
| -rw-r--r-- | src/tomcrypt/tomcrypt.nim | 4 |
1 files changed, 4 insertions, 0 deletions
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 |
