Rename Mnemonic::from_{raw_,}entropy to from_{raw_,}bytes
Deprecated functions can be removed once 1.0 is hit.
Rename Mnemonic::from_{raw_,}entropy to from_{raw_,}bytes
Rename Mnemonic::from_{raw_,}entropy to from_{raw_,}bytes
WIP: keyfork-shard: traitify functionality
maybe it's time to bite the bullet and add an initializer. instead of parse_public_key_data
, have public_key_data()
and make it up to the implementer, which can then do discover_from_path()
,…
WIP: keyfork-shard: traitify functionality
May need to refactor out usages of PathBuf, both to make the wizard shard usable as well as making testing down the line actually possible.
WIP: keyfork-shard: traitify functionality
Still missing the ability to replace keyfork_shard::openpgp::split()
usage in the Wizard. Not entirely sure what to do about that. Maybe the Wizard should export the certs for shardholders? That…