freeflowuniverse / crystallib

Apache License 2.0
9 stars 3 forks source link

mnemonic: rewrite implementation in pure v #442

Open maxux opened 5 months ago

maxux commented 5 months 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 5 months ago

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