freeflowuniverse / crystallib

Apache License 2.0
8 stars 4 forks source link

mnemonic: rewrite implementation in pure v #442

Open maxux opened 1 month ago

maxux commented 1 month ago

Implementing the mnemonic (BIP39) doesn't seems difficult: https://github.com/bitcoin/bips/blob/master/bip-0039.mediawiki

I suggest to drop the broken C library and rewrite implementation in pure V which would drop external dependencies and make code better in control of V.

This would fix #220 and #301

maxux commented 1 month ago

Working first implementation https://github.com/freeflowuniverse/crystallib/commit/1994b20764dcfddf38eac9bccf7c0deaf5811aa1