Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type KeyPair ¶
type KeyPair struct { // Raw private and public key PrivateKey ecdsa.PrivateKey // Public key bytes for the private key. PublicKey bcpb.PublicKey // contains filtered or unexported fields }
KeyPair holds a public private keypair
Click to show internal directories.
Click to hide internal directories.