Description
A Haskell library defining generic types for public-key cryptography algorithms. It provides shared structures for keys, signatures, and algorithm-specific values used by other cryptographic packages.
Developers use it as low-level security infrastructure. These types only model data; correct security depends on validated algorithms, safe parameter choices, and protocol design around them.