Replies: 4 comments 7 replies
-
gcc on arm64 (debian bullseye / gcc 10.2.1) doesn't seem to be happy when trying to compile 1.0.19:
Is gcc too old, or is something else wrong here? |
Beta Was this translation helpful? Give feedback.
-
Could we get an update on the Nuget feed please? Assuming the nuget package is intended to provide the libraries at runtime and NOT bindings, it'd be of great help to me! |
Beta Was this translation helpful? Give feedback.
-
Hi, not sure if it's intended or not, but the libsodium-1.0.19.tar.gz asset extracts to |
Beta Was this translation helpful? Give feedback.
-
When compiling with android NDK r26, I'm running into:
Anyone seen something like that already? Looks a bit like some NDK mixup. |
Beta Was this translation helpful? Give feedback.
-
1.0.19
This release includes all the changes from
1.0.18-stable
, as well as two additions:crypto_aead_aegis128l_*()
andcrypto_aead_aegis256_*()
namespaces. AEGIS is a family of authenticated ciphers for high-performance applications, leveraging hardware AES acceleration onx86_64
andaarch64
. In addition to performance, AEGIS ciphers have unique properties making them easier and safer to use than AES-GCM. They can also be used as high-performance MACs.crypto_kdf_hkdf_*()
namespace. It is implemented for the SHA-256 and SHA-512 hash functions.osx.sh
build script was renamed tomacos.sh
.From 1.0.18-stable:
libsodium
to WebAssembly/WASI(X).crypto_pwhash_*()
functions have been removed from Sumo builds, as they reserve a substantial amount of JavaScript memory, even when not used.CLOCK_MONOTONIC
if possible.memset_explicit()
is now used, when available.-Ofast
or-O3
instead of-O2
by default.unhandledRejection
handler is not set any more.MAP_CONCEAL
.This discussion was created from the release 1.0.19.
Beta Was this translation helpful? Give feedback.
All reactions