Popularity
8.0
Stable
Activity
0.0
Stable
28
6
11

Monthly Downloads: 193
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Tags: Data     Cryptography     Crypto    

crypto-api alternatives and similar packages

Based on the "crypto" category.
Alternatively, view crypto-api alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of crypto-api or a related project?

Add another 'crypto' Package

README

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.