• keyfork-mnemonic-v0.4.0 e1f8ce9a97

    ryan released this 2024-08-11 21:29:02 +00:00 | 40 commits to main since this release

    keyfork-mnemonic-util has finally been renamed to keyfork-mnemonic.
    The method names as_bytes() => as_slice(), to_bytes() => to_vec(),
    and into_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