1.0.3
版本发布时间: 2015-05-09 22:13:53
jedisct1/libsodium最新发布版本:1.0.20-RELEASE(2024-05-25 21:50:27)
- In addition to
sodium_bin2hex()
,sodium_hex2bin()
is now a constant-time function. -
crypto_stream_xsalsa20_ic()
has been added. -
crypto_generichash_statebytes()
,crypto_auth_*_statebytes()
andcrypto_hash_*_statebytes()
have been added in order to retrieve the size of structures keeping states from foreign languages. - The JavaScript target doesn't require
/dev/urandom
or an externalrandombytes()
implementation any more. Other minor Emscripten-related improvements have been made in order to support libsodium.js - Custom
randombytes
implementations do not need to provide their own implementation ofrandombytes_uniform()
any more.randombytes_stir()
andrandombytes_close()
can also beNULL
pointers if they are not required. - On Linux,
getrandom(2)
is being used instead of directly accessing/dev/urandom
, if the kernel supports this system call. -
crypto_box_seal()
andcrypto_box_seal_open()
have been added. - A solutions for Visual Studio 2015 was added.
1、 libsodium-1.0.3.tar.gz 1.6MB