内容简介:libsodium 1.0.18 发布了,更新内容如下:
libsodium 1.0.18 发布了,更新内容如下:
- 支持企业版 Visual Studio
- 支持 Visual Studio 2019
- 提供了 Visual Studio 2010 的 32 位二进制文件
- 已删除用于触发 OOM 条件的测试,因为它在打开内存过量使用的 Linux 系统上不起作用
-
Emscripten:重写
print
和printErr
函数,以便在出错时向控制台发送错误 -
Emscripten:
UTF8ToString()
已被导出,因为Pointer_stringify()
已弃用 - Libsodium 版本检测已修复
- 通用散列在 AVX2 上加速 10%
- 新目标:WebAssembly/WASI(使用 dist-builds/wasm32-wasi.sh 编译)
-
将哈希映射到 edwards25519 点或获取随机点的新函数:
core_ed25519_from_hash()
和core_ed25519_random()
-
crypto_core_ed25519_scalar_mul()
实现了scalar*scalar (mod L)
乘法运算 - 支持 Ristretto 组,以实现与 wasm-crypto 的互操作性
- 改进测试套件
- 改进便携性
-
getentropy()
现在用于提供此系统调用的系统 -
randombytes_salsa20
重命名为randombytes_internal
- 不再支持 NativeClient
-
大多数
((nonnull))
属性已经放宽,允许长度为 0 的输入是NULL
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网
猜你喜欢:- PostgreSQL添加了GSSAPI加密支持
- easyopen 1.4.0 发布,支持加密传输,session等功能
- 为skynet的crypt库扩展一些加密(摘要)算法支持.
- ZFS On Linux 0.8.0 发布,新增原生加密支持
- 加密库 libsodium 1.0.18 发布,支持 Visual Studio 2019
- XJar:Spring Boot JAR 安全加密运行工具,支持原生 JAR
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
An Introduction to Genetic Algorithms
Melanie Mitchell / MIT Press / 1998-2-6 / USD 45.00
Genetic algorithms have been used in science and engineering as adaptive algorithms for solving practical problems and as computational models of natural evolutionary systems. This brief, accessible i......一起来看看 《An Introduction to Genetic Algorithms》 这本书的介绍吧!