* Add instance specific functions to the public API
3.0.17
* Small improvements and fixes.
3.0.16
* Fix alignment of buffers accessed with SIMD instructions when building with MSVC. * Ensure that builds fail if alignment cannot be specified.
3.0.15
* Fix debug build. * Ensure the memory in Merkle tree helper function is initialized.
3.0.14
* Ensure that public keys stored in private keys are valid. * Small improvements in memory handling.
3.0.13
* Add the `plain32` implementation of SHAKE and automatically enable it for 32-bit targets. * Avoid `__builtin_cpu_supports` on Apple as support is spotty. * Reduce memory usage.