Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ECDH ¶
type ECDH struct { X *big.Int Y *big.Int D []byte Public []byte // contains filtered or unexported fields }
func (ECDH) GenerateSharedSecret ¶
Generate a shared secret key based in Public points and it owns secret bytes
func (ECDH) GetPublicKey ¶
Return an buffer array with a Public Key
func (*ECDH) SetPrivateKey ¶
Click to show internal directories.
Click to hide internal directories.