libnacl icon indicating copy to clipboard operation
libnacl copied to clipboard

Add support for libsodium 1.0.19

Open uio-torjus opened this issue 11 months ago • 0 comments

The PR adds support for libsodium 1.0.19.

Also adds new features from 1.0.19

  • AEAD AEGIS256/128L
  • SHA256/512 HKDF

Added keysize argument to the AEAD class to support AEGIS128L having smaller keysize than the rest. It must be set if using AEGIS128L, optional for all others.

If the new features are not wanted, let me know, and I'll remove the commits adding the new features, keeping only the one that updates SONAMES.

uio-torjus avatar Mar 14 '24 13:03 uio-torjus