-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #569 from fedddddd/dependabot/submodules/deps/libt…
…omcrypt-7e863d2 Bump deps/libtomcrypt from `b96e96c` to `7e863d2`
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule libtomcrypt
updated
22 files
+12 −0 | CMakeLists.txt | |
+1 −3 | demos/gcm-file/gcm_filehandle.c | |
+13 −7 | doc/crypt.tex | |
+9 −9 | makefile_include.mk | |
+5 −1 | src/ciphers/aes/aes.c | |
+5 −1 | src/ciphers/aes/aesni.c | |
+3 −0 | src/encauth/ccm/ccm_memory.c | |
+1 −3 | src/encauth/gcm/gcm_memory.c | |
+1 −1 | src/headers/tomcrypt_cfg.h | |
+38 −37 | src/headers/tomcrypt_cipher.h | |
+3 −1 | src/headers/tomcrypt_custom.h | |
+14 −15 | src/headers/tomcrypt_mac.h | |
+6 −4 | src/headers/tomcrypt_pk.h | |
+4 −2 | src/headers/tomcrypt_pkcs.h | |
+21 −0 | src/headers/tomcrypt_private.h | |
+19 −9 | src/pk/pkcs1/pkcs_1_oaep_decode.c | |
+17 −8 | src/pk/pkcs1/pkcs_1_oaep_encode.c | |
+7 −6 | src/pk/rsa/rsa_decrypt_key.c | |
+5 −4 | src/pk/rsa/rsa_encrypt_key.c | |
+2 −2 | tests/pkcs_1_eme_test.c | |
+2 −2 | tests/pkcs_1_test.c | |
+62 −43 | tests/rsa_test.c |