Documentation
¶
Index ¶
- type KeyRingPub
- type Scheme
- func (s Scheme) Derive(pair subkey.KeyPair, djs []subkey.DeriveJunction) (subkey.KeyPair, error)
- func (s Scheme) FromPhrase(phrase, pwd string) (subkey.KeyPair, error)
- func (s Scheme) FromPublicKey(bytes []byte) (subkey.PublicKey, error)
- func (s Scheme) FromSeed(seed []byte) (subkey.KeyPair, error)
- func (s Scheme) Generate() (subkey.KeyPair, error)
- func (s Scheme) String() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type KeyRingPub ¶
type KeyRingPub struct {
// contains filtered or unexported fields
}
func GetKeyRing ¶
func GetKeyRing(pair subkey.KeyPair) *KeyRingPub
Click to show internal directories.
Click to hide internal directories.