加密库 libsodium 1.0.17 发布,Bug 修复版本

栏目: 软件资讯 · 发布时间: 5年前

内容简介: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 bac...

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() and crypto_core_ed25519_scalar_sub().

  • New low-level APIs for scalar multiplication without clamping: crypto_scalarmult_ed25519_base_noclamp() and crypto_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 nonnull attribute has been added to all relevant prototypes.

  • More reliable AVX512 detection.

  • Javascript/Webassembly builds now use dynamic memory growth.

详细更新内容请查看更新日志和 GitHub 发布主页


以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网

查看所有标签

猜你喜欢:

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

并行计算导论

并行计算导论

Ananth Grama、George Karypis、张武、毛国勇、Anshul Gupta、Vipin Kumar、程海英 / 张武、毛国勇、程海英 / 机械工业出版社 / 2005-1-1 / 49.00元

《并行计算导论》(原书第2版)全面介绍并行计算的各个方面,包括体系结构、编程范例、算法与应用和标准等,涉及并行计算的新技术,也覆盖了较传统的算法,如排序、搜索、图和动态编程等。《并行计算导论》(原书第2版)尽可能采用与底层平台无关的体系结构并且针对抽象模型来设计处落地。书中选择MPI、POSIX线程和OpenMP作为编程模型,并在不同例子中反映了并行计算的不断变化的应用组合。一起来看看 《并行计算导论》 这本书的介绍吧!

RGB转16进制工具
RGB转16进制工具

RGB HEX 互转工具

Base64 编码/解码
Base64 编码/解码

Base64 编码/解码