WMSigner-0.1.0.0: Webmoney authentication module
Data.Digest.WebMoney
Synopsis
newSigner :: [Word8] -> [Word8] -> Signer Source
Initializes new Signer object, takes exponent and modulus as arguments
Signer
sign :: Signer -> String -> IO String Source
Calculates randomized signature for string
signUnsafe :: Signer -> String -> String Source
Calculates static signature for string
data Signer Source