Open maxux opened 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
Working first implementation https://github.com/freeflowuniverse/crystallib/commit/1994b20764dcfddf38eac9bccf7c0deaf5811aa1
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