Description
A Haskell library that defines generic interfaces for cryptographic operations. It lets different cryptographic implementations expose a common API for higher-level code.
Developers should treat it as low-level infrastructure. Cryptographic APIs are easy to misuse, so applications should prefer well-reviewed constructions and avoid inventing protocols around primitives.