-
Allocation tools such as
crypto_aead_aes256gcm_state'mallocnow automatically zero the allocated memory once it becomes unreachable. -
The constructors for types such as
Crypto_aead_aes256gcm_stateare now exported. -
Export
sodium_memzero'finalizerEnvFreeandsodium_memzero'finalizerEnv. -
Export type-level constants with the memory alignments for state types.
-
Cabal will now avoid trying to install
c2hsif it has already been installed by other means.
-
Add missing dependency on
c2hs. -
Add missing function:
sodium_free.
- Improve support for opaque C structs (
Storable,Ptr, allocation).
- Initial version.