WMSigner: WebMoney authentication module

[ cryptography, data, library, mit ] [ Propose Tags ]

Pure haskell implementation WMSigner authentication module.

Simple examples:

import Data.Digest.Webmoney

signer = newSigner (exponent :: [Word8) (modulus :: [Word8])

main = do
  putStrLn $ signUnsafe signer "message" -- static version
  sign signer "message" >>= putStrLn     -- randomized version

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1.0.0
Dependencies base (>=4.6 && <4.8), base64-bytestring (>=1), binary (>=0.5), bytestring (>=0.10), cryptohash, directory (>=1.0.0.0), lens (>=4.4), mtl (>=2.1), random (>=1.0.1), split (>=0.2), vector (>=0.10) [details]
License MIT
Copyright Ilya Smelkov <triplepointfive@gmail.com>
Author Ilya Smelkov <triplepointfive@gmail.com>
Maintainer Ilya Smelkov <triplepointfive@gmail.com>
Category Data, Cryptography
Source repo head: git clone git://github.com/triplepointfive/wmsigner
Uploaded by triplepointfive at 2014-11-26T16:58:53Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 1263 total (5 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]