Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Scheme ¶
type Scheme interface { fmt.Stringer Generate() (common.KeyPair, error) FromSeed(seed []byte) (common.KeyPair, error) FromPhrase(phrase, password string) (common.KeyPair, error) Derive(pair common.KeyPair, djs []common.DeriveJunction) (common.KeyPair, error) }
Scheme represents a cryptography scheme.
Click to show internal directories.
Click to hide internal directories.