-
Notifications
You must be signed in to change notification settings - Fork 5
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 #71 from alterware/dependabot/submodules/deps/libt…
…omcrypt-f7e6519 build(deps): bump deps/libtomcrypt from `1777e6d` to `f7e6519`
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule libtomcrypt
updated
17 files
+18 −18 | .github/workflows/main.yml | |
+66 −2 | doc/crypt.tex | |
+5 −0 | makefile_include.mk | |
+131 −0 | notes/hash_tv.txt | |
+1 −0 | notes/hashsum_tv.txt | |
+131 −0 | notes/hmac_tv.txt | |
+18 −8 | src/ciphers/aes/aes_desc.c | |
+140 −22 | src/hashes/tiger.c | |
+1 −1 | src/headers/tomcrypt.h | |
+1 −0 | src/headers/tomcrypt_cipher.h | |
+8 −3 | src/headers/tomcrypt_custom.h | |
+9 −3 | src/headers/tomcrypt_hash.h | |
+4 −1 | src/misc/crypt/crypt.c | |
+1 −0 | src/misc/crypt/crypt_register_all_hashes.c | |
+20 −8 | src/prngs/fortuna.c | |
+1 −0 | tests/cipher_hash_test.c | |
+1 −0 | tests/test.c |