-
keyfork-mnemonic-util v0.3.0 Stable
released this
2024-05-16 04:55:11 +00:00 | 80 commits to main since this releaseThis change introduces the new constructor
from_nonstandard_bytes
,
which may be used to create a Mnemonic with a nonstandard size of bytes,
using a const-checked size of mnemonic. This may be useful if the size
of a mnemonic is known at compile time.Additionally, mnemonics generated via
from_raw_bytes
now panic instead
of cause undefined behavior.491d194 crates: bump versions 001fc0b remove trailing hitespace :( 6a265ad keyfork-mnemonic-util: add MnemonicBase::from_nonstandard_bytes
Downloads