Description
Provides safe Haskell bindings to the Nettle cryptographic library. Applications can use it to access cryptographic primitives through a Haskell API while relying on the native implementation.
It is useful for security-related libraries and tools that need Nettle algorithms. Correct cryptographic design still depends on using the right primitive, mode, keys, and surrounding protocol.