gridcoin-community / Gridcoin-Research

Gridcoin-Research
MIT License
585 stars 172 forks source link

crypto, rpc: poc mnemonics #2739

Open div72 opened 7 months ago

div72 commented 7 months ago

Other Seed Phrase Schemes

BIP39

Electrum

aezeed

This currently

jamescowens commented 7 months ago

I like this. What are your thoughts on the +/- of this versus a BIP39 implementation? I don't think it matters, because the keys are not portable across chains anyway...

div72 commented 1 month ago

@jamescowens A bit late, but I updated the PR description with data from BIP39, Electrum's seed system and aezeed(lightning's seed system).

I like the properties of aezeed, but a major downside of it is that it uses aez which is a pretty niche scheme. I basically replaced it with ChaCha20Poly1305 but that's more heavy storage-wise.