libsodium 1.0.16 已发布,更新如下:Signatures computations and verifications are now way faster on 64-bit platforms with compilers supporting 128-bit arithmetic (gcc, clang, icc). This includes the WebAssembly target.New low-level APIs for computations over edwards25519: crypto_scalarmult_ed255
Libsodium 1.0.13 已发布,新版现在可以在 NuGet 上使用,以及其他的一些变更,详细如下:Javascript: the sumo builds now include all symbols. They were previously limited to symbols defined in minimal builds.The public crypto_pwhash_argon2i_MEMLIMIT_MAX constant was incorrectly defined on 32-bi
Libsodium 1.0.12 发布了,Libsodium 是一个先进而且易用的加密库。主要用于加密、解密、签名和生成密码哈希等等。这是一个可移植的、跨编译器支持、可安装的,基于 NaCI 开发,提供一个兼容 API 的加密库。本次发布更新内容如下:Ed25519ph was implemented, adding a multi-part signature API (crypto_sign_in
Libsodium 1.0.12 发布了,Libsodium 是一个先进而且易用的加密库。主要用于加密、解密、签名和生成密码哈希等等。这是一个可移植的、跨编译器支持、可安装的,基于 NaCI 开发,提供一个兼容 API 的加密库。本次发布更新内容如下:Ed25519ph was implemented, adding a multi-part signature API (crypto_sign_in
Libsodium 1.0.11 发布了, Libsodium是一个先进而且易用的加密库。主要用于加密、解密、签名和生成密码哈希等等。这是一个可移植的、跨编译器支持、可安装的,基于 NaCI 开发,提供一个兼容 API。本次发布改进记录如下:sodium_init() is now thread-safe, and can be safely called multiple times.Android binaries now
libsodium 1.0.10 发布了。libsodium 是一个先进而且易用的加密库。主要用于加密、解密、签名和生成密码哈希等等。这是一个可移植的、跨编译器支持、可安装的,基于 NaCI 开发,提供一个兼容 API。更新说明:This release only fixes a compilation issue reported with some older gcc versions. There are no f
libsodium 1.0.9 发布了。libsodium 是一个先进而且易用的加密库。主要用于加密、解密、签名和生成密码哈希等等。这是一个可移植的、跨编译器支持、可安装的,基于 NaCI 开发,提供一个兼容 API。更新说明:The Javascript target now includes a --sumo option to include all the symbols of the original C library.A de
libsodium 1.0.8 发布,此版本更新内容:Handle the case where the CPU supports AVX, but we are running on an hypervisor with AVX disabled/not supported.Faster (2x) scalarmult_base() when using the ref10 implementation.下载:libsodium-1.0.8.tar.gz
&
libsodium 1.0.7 发布,更新内容如下:More functions whose return value should be checked have been tagged with __attribute__ ((warn_unused_result)): crypto_box_easy(), crypto_box_detached(), crypto_box_beforenm(), crypto_box(), and crypto_scalarmult().Sandy2x, the fastest Curve25519 implementation ev
libsodium 是一个先进而且易用的加密库。主要用于加密、解密、签名和生成密码哈希等等。这是一个可移植的、跨编译器支持、可安装的,基于 NaCI 开发,提供一个兼容 API。libsodium 1.0.6 发布,此版本更新内容如下:Optimized implementations of Blake2 have been added for modern Intel
platforms. crypto_generichash(
libsodium 1.0.4 发布,此版本更新内容如下:Support for AES256-GCM has been added. This requires a CPU with the aesni and pclmul extensions, and is accessible via the crypto_aead_aes256gcm_*() functions.The Javascript target doesn't use eval() any more, so that the library can be used in Chrome pa