Ryan Heywood ryan
  • Joined on 2023-05-17
ryan created branch keyfork-shard-traitify in public/keyfork 2024-01-20 06:21:21 +00:00
ryan pushed to main at public/keyfork 2024-01-20 06:18:12 +00:00
019e390b94 keyforkd, keyfork-shard: add README.md
ryan pushed to main at public/keyfork 2024-01-19 04:50:45 +00:00
2e3c387ae1 docs: better info about writing types containing data
bf50e2aeac keyfork-mnemonic-util: fixup not including smex
Compare 2 commits »
ryan opened issue public/keyfork#21 2024-01-19 04:06:39 +00:00
go over types that have data and make them return borrows by default
ryan closed issue public/keyfork#20 2024-01-19 00:16:26 +00:00
Build tooling to review Cargo.lock bumps
ryan commented on issue public/keyfork#20 2024-01-19 00:16:26 +00:00
Build tooling to review Cargo.lock bumps

Can use cargo fetch. Implemented via make review.

ryan pushed to main at public/keyfork 2024-01-19 00:16:12 +00:00
d390834b0e Cargo.lock: update
ryan pushed to main at public/keyfork 2024-01-18 23:52:43 +00:00
604627626e Makefile: only track src folder in review
ryan pushed to main at public/keyfork 2024-01-18 23:47:20 +00:00
ab53b3e495 Makefile: make actually work
ryan pushed to main at public/keyfork 2024-01-18 23:01:53 +00:00
8e24555d09 Makefile: initial commit, add phony review target
ryan opened issue public/keyfork#20 2024-01-18 21:59:55 +00:00
Build tooling to review Cargo.lock bumps
ryan pushed to main at public/keyfork 2024-01-18 19:46:41 +00:00
4c6c071539 keyfork: improve prompt UX of `wizard generate-shard-secret`
ryan pushed to main at public/keyfork 2024-01-18 05:05:19 +00:00
240a10a063 docs: fixup last commit, add link to bip32
ryan pushed to main at public/keyfork 2024-01-18 05:04:20 +00:00
e36bbe5bbb docs: add chain of cryptographic operations to keyfork wizard docs
ryan pushed to main at public/keyfork 2024-01-18 02:46:05 +00:00
0cc47c7e93 README: fixup start of document explaining bip39 and bip32
fbad0632a7 *: use full BIP-0032 and BIP-0039 names
2de0c5ce10 keyfork-plumbing: move back into keyfork-{mnemonic-util,entropy}
Compare 3 commits »
ryan pushed to main at public/keyfork 2024-01-18 02:21:27 +00:00
c5d1a6d62c keyfork: impl basic `recover mnemonic`
ryan commented on issue public/keyfork#19 2024-01-18 01:50:17 +00:00
Use secrecy::Secret for long-term storage of crypto keys

And figure out why it's inconvenient in places where it is such, and solve those.

ryan opened issue public/keyfork#19 2024-01-18 01:49:45 +00:00
Use secrecy::Secret for long-term storage of crypto keys
ryan pushed to main at public/keyfork 2024-01-18 01:46:49 +00:00
d2965745e8 keyforkd: hide field seed in std::fmt::Debug implementation
ryan pushed to main at public/keyfork 2024-01-16 20:12:37 +00:00
f7c00d11f1 README: Rewrite install section temporarily