View Source Changelog
0-2-0-may-19-2023
0.2.0 - May 19, 2023
- Breaking change - renamed
set_n/3
andget_n/2
toset_nonce/3
andget_nonce/2
respectively - AEAD failure now raises a
Decibel.DecryptionError
rather 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
0-1-1-april-25-2023
0.1.1 - April 25, 2023
- Initial revision