- Update deps
- Fix compiler errors
- Fix unused alias warning.
- Add
get_remote_key/1to the public API.
- Add
get_public_key/2to the public API.
- Breaking change - renamed
set_n/3andget_n/2toset_nonce/3andget_nonce/2respectively - AEAD failure now raises a
Decibel.DecryptionErrorrather than aRuntimeError. If this is raised during a handshake, this struct will also contain any remote public keys processed during the handshake, up to the point of failure - Added fallback tests
- Improved documentation around Noise Pipes and connectionless transports
- Initial revision