-
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.
build(deps): bump deps/libtomcrypt from
1777e6d
to f7e6519
Bumps [deps/libtomcrypt](https://github.com/libtom/libtomcrypt) from `1777e6d` to `f7e6519`. - [Release notes](https://github.com/libtom/libtomcrypt/releases) - [Commits](libtom/libtomcrypt@1777e6d...f7e6519) --- updated-dependencies: - dependency-name: deps/libtomcrypt dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
658c6d5
commit ab576a7
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 |