Skip to content

Commit

Permalink
Bump deps/libtomcrypt from cbb01b3 to c900951
Browse files Browse the repository at this point in the history
Bumps [deps/libtomcrypt](https://github.com/libtom/libtomcrypt) from `cbb01b3` to `c900951`.
- [Release notes](https://github.com/libtom/libtomcrypt/releases)
- [Commits](libtom/libtomcrypt@cbb01b3...c900951)

---
updated-dependencies:
- dependency-name: deps/libtomcrypt
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 17, 2024
1 parent f821cce commit d3336ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps/libtomcrypt
Submodule libtomcrypt updated 80 files
+0 −4 .ci/build.sh
+0 −4 .ci/check_source.sh
+0 −4 .ci/clang-tidy.sh
+0 −4 .ci/coverage.sh
+0 −4 .ci/coverage_more.sh
+0 −4 .ci/meta_builds.sh
+0 −4 .ci/printinfo.sh
+0 −4 .ci/run.sh
+0 −4 .ci/testbuild.sh
+0 −4 .ci/valgrind.sh
+4 −0 .github/workflows/main.yml
+3 −2 .gitignore
+160 −90 CMakeLists.txt
+2 −2 README.md
+241 −0 cmake-format.py
+40 −0 contrib/sbom.cdx.json
+1 −3 coverity.sh
+68 −63 demos/CMakeLists.txt
+21 −31 demos/aesgcm.c
+34 −22 demos/crypt.c
+14 −9 demos/hashsum.c
+34 −0 demos/ltc
+83 −56 demos/openssl-enc.c
+15 −1 demos/pem-info.c
+4 −0 demos/small.c
+44 −17 demos/timing.c
+26 −7 demos/tv_gen.c
+64 −62 doc/crypt.tex
+0 −4 helper.pl
+2 −2 libtomcrypt.pc.in
+3 −5 makefile
+5 −9 makefile.mingw
+5 −9 makefile.msvc
+16 −13 makefile.shared
+7 −10 makefile.unix
+14 −21 makefile_include.mk
+0 −5 notes/etc/saferp_optimizer.c
+0 −6 notes/etc/whirlgen.c
+0 −5 notes/etc/whirltest.c
+1 −1 src/encauth/chachapoly/chacha20poly1305_memory.c
+1 −1 src/encauth/gcm/gcm_gf_mult.c
+4 −0 src/headers/tomcrypt.h
+3 −0 src/headers/tomcrypt_cfg.h
+1 −1 src/headers/tomcrypt_mac.h
+49 −49 src/headers/tomcrypt_math.h
+14 −10 src/headers/tomcrypt_private.h
+45 −45 src/math/gmp_desc.c
+40 −40 src/math/ltm_desc.c
+156 −138 src/math/tfm_desc.c
+5 −6 src/misc/error_to_string.c
+2 −0 src/misc/pem/pem.c
+1 −1 src/misc/ssh/ssh_decode_sequence_multi.c
+5 −5 src/pk/dsa/dsa_set.c
+1 −1 src/pk/dsa/dsa_sign_hash.c
+1 −1 src/pk/dsa/dsa_verify_hash.c
+1 −1 src/pk/ecc/ecc_ansi_x963_import.c
+7 −7 src/pk/ecc/ecc_recover_key.c
+1 −1 src/pk/ecc/ecc_set_key.c
+3 −3 src/pk/ecc/ecc_sign_hash.c
+7 −7 src/pk/ecc/ecc_verify_hash.c
+3 −3 src/pk/ecc/ltc_ecc_import_point.c
+1 −1 src/pk/ecc/ltc_ecc_is_point_at_infinity.c
+1 −1 src/pk/ecc/ltc_ecc_map.c
+2 −2 src/pk/ecc/ltc_ecc_mul2add.c
+2 −1 src/pk/ecc/ltc_ecc_mulmod.c
+1 −1 src/pk/ecc/ltc_ecc_mulmod_timing.c
+2 −1 src/pk/ecc/ltc_ecc_projective_add_point.c
+1 −1 src/pk/ecc/ltc_ecc_projective_dbl_point.c
+2 −2 src/pk/rsa/rsa_exptmod.c
+1 −1 src/pk/rsa/rsa_make_key.c
+8 −8 src/pk/rsa/rsa_set.c
+5 −3 src/pk/rsa/rsa_sign_hash.c
+2 −2 src/stream/sober128/sober128_stream.c
+0 −4 testme.sh
+19 −30 tests/CMakeLists.txt
+1 −1 tests/bcrypt_test.c
+38 −35 tests/der_test.c
+10 −10 tests/ecc_test.c
+1 −1 tests/multi_test.c
+0 −4 updatemakes.sh

0 comments on commit d3336ea

Please sign in to comment.