-
keyfork-mnemonic v0.4.0 Stable
released this
2024-08-11 21:29:02 +00:00 | 40 commits to main since this releasekeyfork-mnemonic-util
has finally been renamed tokeyfork-mnemonic
.
The method namesas_bytes() => as_slice()
,to_bytes() => to_vec()
,
andinto_bytes() => into_vec()
, and the function names
from_bytes() => try_from_slice()
and
from_nonstandard_bytes() => from_array()
, have been implemented to
more closely represent the native types they are representing.
Additionally,Mnemonic::generate_seed()
has been modified to return a
constant size array; this is a breaking change, but should have minimal
impact.35ab5e6 keyfork-mnemonic-util => keyfork-mnemonic 3ee81b6 keyfork-mnemonic-util: impl as_slice to_vec into_vec f5627e5 keyfork-mnemonic-util: impl try_from_slice and from_array 02e5b54 keyfork-mnemonic-util::generate_seed: return const size array
Downloads