Skip to content

Releases: stef/pysodium

add crypto_kdf_* functions

07 Aug 11:47
Compare
Choose a tag to compare

this release adds crypto_kdf_* functions thanks to stsch9

security bugfix release

13 Dec 01:12
Compare
Choose a tag to compare

This release fixes security bugs, where the maximum message size was much bigger than is secure.

affected values were:

  • crypto_secretstream_xchacha20poly1305_MESSAGEBYTES_MAX
  • crypto_aead_aegis128l_MESSAGEBYTES_MAX
  • crypto_aead_aegis256_MESSAGEBYTES_MAX

Support for AEGIS-128L, AEGIS-256 and crypto_kdf_hkdf_sha512

29 Nov 23:36
Compare
Choose a tag to compare

title says it all, except one thing: thanks @jedisct1 for this contribution!

Add support for crypto_kdf_hkdf_sha256* functions.

29 Nov 18:48
Compare
Choose a tag to compare

This release adds support to the crypto_kdf_hkdf_sha256* functions added in libsodium 1.0.19.

This release also fixes a bug in some keygen() functions which return the size (32) instead of 0|1 for success/fail, these were wrongly checked before. thanks to @stsch9 for their contribs!

adds HMAC functions

05 Oct 18:43
Compare
Choose a tag to compare

this release adds HMAC function thanks to Jonathan.

add crypto_stream_chacha20_ietf

25 Sep 20:37
Compare
Choose a tag to compare

no other changes than in title.

bugfix release

16 May 12:00
Compare
Choose a tag to compare

this omits testcases when installing the package, thanks to #105

sha512 consts added

14 Jan 21:55
Compare
Choose a tag to compare

added sha512 const functions

added crypto_stream_xchacha20_xor*

27 Sep 15:41
Compare
Choose a tag to compare

release on pypi with the new functions related to crypto_stream_xchacha20_xor

bugfix release

17 Apr 11:28
Compare
Choose a tag to compare

fixes some ristretto functions, which were checked for return codes, but did not in fact return only void.