About

Metadata

  • Last updated , by triplepointfive
  • License MIT
  • Categories Cryptography
  • Maintained by: Ilya Smelkov <triplepointfive@gmail.com>

  • Lottery factor: 0

Links

Installation

Readme

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