crypto-pubkey-types-0.4.1: Generic cryptography Public keys algorithm types

PortabilityExcellent
StabilityStable
MaintainerVincent Hanquez <vincent@snarc.org>
Safe HaskellNone

Crypto.Types.PubKey.DH

Description

 

Synopsis

Documentation

data Params Source

Represent Diffie Hellman parameters namely P (prime), and G (generator).

Constructors

Params 

newtype SharedKey Source

Represent Diffie Hellman shared secret.

Constructors

SharedKey Integer