Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrInvalidWordsLength is returned when trying to use word set with an invalid size. ErrInvalidWordsLength = errors.New("Invalid words length") // ErrEntropyLengthInvalid is returned when trying to use an entropy set with an invalid size. ErrEntropyLengthInvalid = errors.New("Entropy length must be [128, 256] and a multiple of 32") )
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.