内容简介:libsodium 1.0.17 已发布,更新如下:详细更新内容请查看
libsodium 1.0.17 已发布,更新如下:
-
Bug fix:
sodium_pad()didn't properly support block sizes >= 256 bytes. -
JS/WebAssembly: some old iOS versions can't instantiate the WebAssembly module; fall back to Javascript on these.
-
JS/WebAssembly: compatibility with newer Emscripten versions.
-
Bug fix:
crypto_pwhash_scryptsalsa208sha256_str_verify()and crypto_pwhash_scryptsalsa208sha256_str_needs_rehash()didn't returnEINVAL` on input strings with a short length, unlike their high-level counterpart. -
Added a workaround for Visual Studio 2010 bug causing CPU features not to be detected.
-
Portability improvements.
-
Test vectors from Project Wycheproof have been added.
-
New low-level APIs for arithmetic mod the order of the prime order group:
crypto_core_ed25519_scalar_random(),crypto_core_ed25519_scalar_reduce(),crypto_core_ed25519_scalar_invert(),crypto_core_ed25519_scalar_negate(),crypto_core_ed25519_scalar_complement(),crypto_core_ed25519_scalar_add()andcrypto_core_ed25519_scalar_sub(). -
New low-level APIs for scalar multiplication without clamping:
crypto_scalarmult_ed25519_base_noclamp()andcrypto_scalarmult_ed25519_noclamp(). These new APIs are especially useful for blinding. -
sodium_sub()has been implemented. -
Support for WatchOS has been added.
-
getrandom(2)is now used on FreeBSD 12+. -
The
nonnullattribute has been added to all relevant prototypes. -
More reliable AVX512 detection.
-
Javascript/Webassembly builds now use dynamic memory growth.
详细更新内容请查看 更新日志 和 GitHub 发布主页 。
以上所述就是小编给大家介绍的《加密库 libsodium 1.0.17 发布,Bug 修复版本》,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对 码农网 的支持!
猜你喜欢:- 观点 | 激励循环——加密算法如何实际修复现有激励循环
- 加密库 libsodium 1.0.17 发布,Bug 修复版本
- AMD霄龙安全加密虚拟化曝漏洞:已修复
- AMD霄龙安全加密虚拟化曝漏洞:已修复
- Linux 5.10.3 发布,修复加密文件名重复的问题
- BUF早餐铺 | 未修复的漏洞将影响所有Docker版本;YouTube上出现大量与加密货币有关的视频,实为加...
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
CSS3实用指南
吉伦瓦特 / 屈超、周志超 / 人民邮电出版社 / 2012-3 / 49.00元
CSS3为Web的视觉样式语言注入了强大的新功能,让设计人员更加轻松自如地设计优美而引人入胜的内容。借助CSS3,不使用图片就可以创建半透明背 景、渐变、阴影等夺人眼球的视觉效果;还可以使用漂亮、独特、非Web安全的字体显示文本;不用Flash就可以创建动画;不用JavaScript就可 以定制适应用户的设备和屏幕尺寸的设计。 本书通过一系列实用且新颖的范例,向读者展示如何实现以上功能和更多......一起来看看 《CSS3实用指南》 这本书的介绍吧!