++++++++++++++++++++++++++
New features
------------
* ECC keys in the SEC1 format can be exported and imported.
* Add support for KMAC128, KMAC256, TupleHash128, and TupleHash256 (NIST SP-800 185).
* Add support for KangarooTwelve.
Resolved issues
---------------
* GH563: An asymmetric key could not be imported as a ``memoryview``.
* GH566: cSHAKE128/256 generated a wrong output for customization strings
longer than 255 bytes.
* GH582: CBC decryption generated the wrong plaintext when the input and the output were the same buffer.
Thanks to Michael K. Ashburn.