Description
A Haskell test framework and set of known-answer tests for cryptographic operations. It helps implementation authors check that algorithms match expected vectors and behavior.
Developers use it when validating cryptographic libraries. Passing known-answer tests is important, but it does not prove that an implementation is side-channel safe or protocol-safe.