| Portability | Excellent |
|---|---|
| Stability | Stable |
| Maintainer | Vincent Hanquez <vincent@snarc.org> |
| Safe Haskell | Safe-Infered |
Crypto.Types.PubKey.DSA
Description
Documentation
Represent a DSA public key.
Constructors
| PublicKey | |
Fields
| |
data PrivateKey Source
Represent a DSA private key.
Only x need to be secret. the DSA parameters are publicly shared with the other side.
Constructors
| PrivateKey | |
Fields
| |
Instances