Documentation ¶
Overview ¶
Package openpgp provides an ECDH implementation backed by an OpenPGP card.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PrivateKey ¶
type PrivateKey struct {
// contains filtered or unexported fields
}
func (*PrivateKey) Public ¶
func (kp *PrivateKey) Public() (pk dh.PublicKey)
Public returns the public key of the keypair.
Click to show internal directories.
Click to hide internal directories.