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
31e51f65a5
keyfork-mnemonic-util: optimize Default::default() for Wordlist
883e0cdf65
keyfork-mnemonic-util: deprecate seed() in favor of generate_seed()
9cb953414f
tests, examples: make clippy happy
ece9f435d2
Clarify documentation and add more examples
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…
92fa68fa3b
keyfork-shard: add new methods to trait to support split()
3c84a1ba9b
cleanup use of keyfork-shard deprecated functions
8ddebfc3bb
keyfork-shard: traitify functionality
278e5c84fd
crates: make Cargo.toml not include defaulted bin deps across crates
e441ef520f
keyforkd: appropriately handle or debug disconnects
f1c24fb33e
keyforkd: allow performing multiple requests on the same socket
a24a0166cc
keyforkd-client: add examples and integrity checks
278e5c84fd
crates: make Cargo.toml not include defaulted bin deps across crates
e441ef520f
keyforkd: appropriately handle or debug disconnects
f1c24fb33e
keyforkd: allow performing multiple requests on the same socket
a24a0166cc
keyforkd-client: add examples and integrity checks
1209549532
keyforkd: impl test_util::run_test
053902bf43
keyfork-derive-util: make variable-length seeds opt-in
4354be4304
keyfork-derive-util: add arbitrary length seeds, remove length-based errors
8108f5e61a
keyfork-derive-util, keyforkd-client: support fearless conversions
1209549532
keyforkd: impl test_util::run_test
053902bf43
keyfork-derive-util: make variable-length seeds opt-in