Popularity
6.2
Stable
Activity
0.0
Stable
5
6
4
Monthly Downloads: 16
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Tags:
Cryptography
Crypto
Latest version: v0.2.7
crypto-numbers alternatives and similar packages
Based on the "crypto" category.
Alternatively, view crypto-numbers 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-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-numbers or a related project?
README
Crypto-numbers
Numbers functions and algorithms to support (mainly) public key cryptography.
Features
- basic number function: extended gcd, integer square root...
- modular arithmetic for exponantiation and inverse.
- number generation with some properties.
- prime generation and testing.
- number serialization to and from bytestring.
- polynomial arithmetic, including F₂m operations.
*Note that all licence references and agreements mentioned in the crypto-numbers README section above
are relevant to that project's source code only.