summa-tx / coins

Rust implementations of BIP32/39 and Ledger device comms
Other
90 stars 31 forks source link

Add new mnemonic from entropy function #135

Closed poma-keeps-building closed 1 month ago

poma-keeps-building commented 1 month ago

Am I missing something or there is no way to create Mnemonic from existing Entropy? This PR adds a method to do so.

poma-keeps-building commented 1 month ago

are the build errors related to my commit? cargo clippy --workspace --all-targets -- -D warnings desn't complain on my machine. Nightly one does return the same error, but it also returns it on the current master branch as well. might be relevant

prestwich commented 1 month ago

no, the build errors are not related to your changes. CI is pretty out of date for this repo 😓