|
|
|
| Description |
| Message verification using asymmetric cipher and message digest
algorithm. This is an opposite of OpenSSL.EVP.Sign.
|
|
| Synopsis |
|
|
|
| Documentation |
|
|
| VerifyStatus represents a result of verification.
| | Constructors | | VerifySuccess | | | VerifyFailure | |
| Instances | |
|
|
|
| :: PublicKey key | | | => Digest | message digest algorithm to use
| | -> String | message signature
| | -> key | public key to verify the signature
| | -> String | input string to verify
| | -> IO VerifyStatus | the result of verification
| | verify verifies a signature and a stream of data. The string
must not contain any letters which aren't in the range of U+0000 -
U+00FF.
|
|
|
|
|
|
|
|
|
| Produced by Haddock version 2.4.2 |