Popularity
8.0
Stable
Activity
0.0
Stable
28
6
11
Monthly Downloads: 198
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
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.
-
crypto-pubkey
DISCONTINUED. DEPRECATED - use cryptonite - Cryptographic public key related algorithms in haskell (RSA,DSA,DH,ElGamal) -
crypto-numbers
DISCONTINUED. DEPRECATED - use cryptonite - Cryptographic number related function and algorithms -
crypto-random
DISCONTINUED. DEPRECATED - use cryptonite - Cryptographic random class and entropy gatherer with safe API for haskell
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
Promo
coderabbit.ai
Do you think we are missing an alternative of crypto-api or a related project?
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.