-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): bump thirdparty/libtomcrypt from
c900951
to 2e9f2b5
Bumps [thirdparty/libtomcrypt](https://github.com/libtom/libtomcrypt) from `c900951` to `2e9f2b5`. - [Release notes](https://github.com/libtom/libtomcrypt/releases) - [Commits](libtom/libtomcrypt@c900951...2e9f2b5) --- updated-dependencies: - dependency-name: thirdparty/libtomcrypt dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
5d69473
commit 44440ab
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule libtomcrypt
updated
15 files
+39 −4 | demos/timing.c | |
+160 −0 | doc/crypt.tex | |
+8 −0 | libtomcrypt_VS2008.vcproj | |
+2 −2 | makefile.mingw | |
+2 −2 | makefile.msvc | |
+2 −2 | makefile.unix | |
+2 −2 | makefile_include.mk | |
+1 −0 | sources.cmake | |
+747 −0 | src/encauth/siv/siv.c | |
+1 −0 | src/headers/tomcrypt_custom.h | |
+21 −0 | src/headers/tomcrypt_mac.h | |
+1 −0 | src/headers/tomcrypt_private.h | |
+27 −17 | src/mac/omac/omac_memory_multi.c | |
+3 −0 | src/misc/crypt/crypt.c | |
+3 −0 | tests/mac_test.c |