WMSigner: Webmoney authentication module

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

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

Properties

Versions 0.1.0.0, 0.1.0.0
Change log None available
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:57:28Z

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees