Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 336 Bytes

README.md

File metadata and controls

5 lines (5 loc) · 336 Bytes

As stated in the .cabal, crypto-api is an interface for use by crypto consumers and crypto implementors. If you build a traditional cryptographic primitive (hash function, block cipher, etc) then please consider making it an instance of the appropriate class such that users can easily move between implementations or even algorithms.