-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update external/libsodium digest to 6125c37
- Loading branch information
1 parent
073b85a
commit 012991c
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule libsodium
updated
21 files
+3 −2 | .github/workflows/ci.yml | |
+32 −0 | .github/workflows/cifuzz.yml | |
+35 −17 | .github/workflows/codeql-analysis.yml | |
+13 −17 | .github/workflows/dotnet-core.yml | |
+1 −1 | LICENSE | |
+2 −2 | azure-pipelines.yml | |
+412 −324 | build-aux/ltmain.sh | |
+88 −88 | build.zig | |
+25 −0 | builds/msvc/build/buildbase.bat | |
+942 −317 | configure | |
+111 −3 | dist-build/apple-xcframework.sh | |
+275 −187 | m4/libtool.m4 | |
+69 −39 | m4/ltoptions.m4 | |
+6 −6 | m4/ltversion.m4 | |
+1 −1 | packaging/dotnet-core/libsodium.pkgproj | |
+1 −1 | packaging/nuget/package.config | |
+2 −2 | src/libsodium/crypto_aead/aegis128l/aegis128l_common.h | |
+2 −2 | src/libsodium/crypto_aead/aegis256/aegis256_common.h | |
+26 −13 | src/libsodium/crypto_core/ed25519/ref10/ed25519_ref10.c | |
+207 −10 | src/libsodium/crypto_core/softaes/softaes.c | |
+11 −3 | src/libsodium/crypto_verify/verify.c |