Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Generator ¶
type Generator struct {
Source Source
}
Generator generates new keys with the underlying source. The underlying source defaults to the RandomSource if not specified.
type RandomSource ¶
type RandomSource struct{}
RandomSource provides new keys that are randomly generated using the keypair.Random function.
Click to show internal directories.
Click to hide internal directories.