Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type KeyManager ¶
type KeyManager interface {
GenerateKey() Key
ResetKeyCounter()
EmptyKey() Key
CreateKey(seed string) Key
// contains filtered or unexported methods
}
func GetOrCreateKeyManager ¶
func GetOrCreateKeyManager(id string) KeyManager
Click to show internal directories.
Click to hide internal directories.