Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type KeyGenFn ¶
type KeyGenFn = func(PrivateKeyBytes) error
type MatchFn ¶
type MatchFn = func(PrivateKeyBytes) bool
type PrivateKeyBytes ¶
type PrivateKeyBytes []byte
type ReportFn ¶
type ReportFn = func(PrivateKeyBytes) error
Click to show internal directories.
Click to hide internal directories.