Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrNoSuchKey is returned if a key of the given name is not found in the store ErrNoSuchKey = "no key by the given name was found" // ErrKeyExists is returned when writing a key would overwrite an existing key ErrKeyExists = "key by that name already exists, refusing to overwrite" // ErrKeyFmt is returned when the key's format is invalid ErrKeyFmt = "key has invalid format" )
Functions ¶
This section is empty.
Types ¶
type Krab ¶
type Krab struct {
// contains filtered or unexported fields
}
Krab is used to manage an encrypted IPFS keystore
Click to show internal directories.
Click to hide internal directories.