libnacl
libnacl copied to clipboard
Add support for libsodium 1.0.19
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
.