cacophony-0.5.0: changelog.md
# 0.5.0
* Added Curve448 support
* Major refactoring and API changes
A DSL was created to represent handshake patterns.
* Added GHC 7.10.3 to unit tests
# 0.4.0
* Improved documentation
* Added basic benchmarks
* Added better exception handling
* Improved handshakeState API
* Added psk2 functionality
* Unit test cleanup
* Renamed symmetricHandshake to symmetricState
* Added BLAKE2, SHA512, AESGCM support
# 0.3.0
* Brought API up to date with current version of spec (17)
# 0.2.0
* Added support for one-way handshakes
* Fixed Noise\_IX
* Added helper functions for ScrubbedBytes / ByteString conversion
# 0.1.0.0
* First version.