| License | BSD-style | 
|---|---|
| Maintainer | Vincent Hanquez <vincent@snarc.org> | 
| Stability | Stable | 
| Portability | Excellent | 
| Safe Haskell | None | 
| Language | Haskell98 | 
Crypto.Types.PubKey.DH
Description
- data Params = Params {}
- newtype PublicNumber = PublicNumber Integer
- newtype PrivateNumber = PrivateNumber Integer
- newtype SharedKey = SharedKey Integer
Documentation
Represent Diffie Hellman parameters namely P (prime), and G (generator).
newtype PublicNumber #
Represent Diffie Hellman public number Y.
Constructors
| PublicNumber Integer | 
Instances