- Bug fixes
- Use old style cipher atoms for calls to
crypto:crypto_one_time_aead
.crypto_one_time_aead
was introduced in OTP 22 but requires ciphers to be passed with the key length, such asaes_128_gcm
. OTP 24 supports the use of the cipheraes_gcm
where the length if inferred from the key, but this doesn't work for 22/23.
- Use old style cipher atoms for calls to
- Enhancements
- Update crypto API calls for OTP 24 support
- Enhancements
- Clean up Elixir 1.11 warnings
- Bug fixes
- Various updates to specs and docs
Initial release The code originated from the hex