Popularity
6.2
Declining
Activity
0.0
Stable
5
6
4

Monthly Downloads: 41
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.

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

Add another 'crypto' Package

README

Crypto-numbers

Build Status BSD Haskell

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.