-
Notifications
You must be signed in to change notification settings - Fork 143
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule libsodium
updated
20 files
+2 −2 | .github/workflows/ci.yml | |
+6 −6 | .github/workflows/dotnet-core.yml | |
+1 −1 | LICENSE | |
+5 −4 | azure-pipelines.yml | |
+4 −4 | build-aux/config.sub | |
+22 −5 | build.zig | |
+2 −2 | builds/msvc/properties/DebugLIB.props | |
+2 −2 | builds/msvc/properties/Release.props | |
+6 −0 | configure | |
+1 −1 | configure.ac | |
+82 −62 | dist-build/apple-xcframework.sh | |
+0 −3 | dist-build/emscripten.sh | |
+3 −3 | dist-build/wasm32-wasi.sh | |
+2 −2 | src/libsodium/sodium/utils.c | |
+1 −1 | test/default/aead_aes256gcm.c | |
+12 −5 | test/default/cmptest.h | |
+18 −4 | test/default/pwhash_argon2i.c | |
+18 −4 | test/default/pwhash_argon2id.c | |
+3 −3 | test/default/sodium_core.c | |
+58 −28 | test/default/wasi-test-wrapper.sh |