Versions in this module Expand all Collapse all v0 v0.0.8 Nov 10, 2023 v0.0.7 Nov 6, 2023 Changes in this version + func NewEntropyFromWords(words string, bitSize int) ([]byte, error) v0.0.5 Nov 1, 2023 Changes in this version + var ErrEntropyLengthInvalid = errors.New("Entropy length must be [128, 256] and a multiple of 32") + var ErrInvalidWordsLength = errors.New("Invalid words length") + func NewEntropyPro(words string, bitSize int) ([]byte, error)