| Portability | Excellent |
|---|---|
| Stability | Stable |
| Maintainer | Vincent Hanquez <vincent@snarc.org> |
| Safe Haskell | Safe-Infered |
Crypto.Types.PubKey.RSA
Description
- data PublicKey = PublicKey {}
- data PrivateKey = PrivateKey {}
Documentation
Represent a RSA public key
Constructors
| PublicKey | |
data PrivateKey Source
Represent a RSA private key.
Only the sz, n and d fields are mandatory to fill.
p, q, dP, dQ, qinv are by-product during RSA generation, but are useful to record here to speed up massively the decrypt and sign operation.
implementations can leave optional fields to 0.
Constructors
| PrivateKey | |
Fields
| |
Instances