Skip to content

Release 0.5.7

Pre-release
Pre-release

Choose a tag to compare

@nikgraf nikgraf released this 02 Feb 14:47
· 152 commits to main since this release

0.5.7 (2023-02-02)

Bug Fixes

  • correct type and interface exports (08602ee)
  • crypto_aead_xchacha20poly1305_ietf_encrypt for long strings (e859266)
  • crypto_box_easy for long strings (b98e067)
  • crypto_box_keypair keyType (3415b28)
  • crypto_pwhash salt error handling (e5765b8)
  • crypto_secretbox_easy for long strings (fa92e29)
  • crypto_sign_detached for long strings (282dd3f)
  • crypto_sign_verify_detached for long strings (faef0aa)
  • from_base64 to throw an error in case of an invalid input (23acb51)