diff options
| author | Oskari Timperi <oskari.timperi@iki.fi> | 2018-03-13 21:40:33 +0200 |
|---|---|---|
| committer | Oskari Timperi <oskari.timperi@iki.fi> | 2018-03-13 21:40:33 +0200 |
| commit | 08bb85d77418842256553a94438e5cdd0466d210 (patch) | |
| tree | 19aef717a98ba305cca24e117f97f52c26724810 /src/tomcrypt/tomcrypt.nim | |
| parent | 6cc056e56f6b5c2d58d060a979724eae1ac203f0 (diff) | |
| download | tomcrypt-nim-08bb85d77418842256553a94438e5cdd0466d210.tar.gz tomcrypt-nim-08bb85d77418842256553a94438e5cdd0466d210.zip | |
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 |
