WMSigner: WebMoney authentication module
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
Downloads
- WMSigner-0.1.0.0.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
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 | 1293 total (3 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] |