crypto-numbers

DEPRECATED - use cryptonite - Cryptographic number related function and algorithms


Keywords
cryptography, library, Propose Tags, , Index, Crypto.Number.Basic, Crypto.Number.F2m, Crypto.Number.Generate, Crypto.Number.ModArithmetic, Crypto.Number.Polynomial, Crypto.Number.Prime, Crypto.Number.Serialize, More info, crypto-numbers-0.2.7.tar.gz, browse, Package description, revised, metadata revisions, Package maintainers, VincentHanquez, edit package information
License
BSD-3-Clause
Install
cabal install crypto-numbers-0.2.7

Documentation

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.