ACINQ / phoenixd

https://phoenix.acinq.co/server
Apache License 2.0
100 stars 14 forks source link

Validate that mnemonics form a valid BIP-39 seed #73

Closed pm47 closed 2 months ago

pm47 commented 2 months ago

We were generating a valid BIP39 seed, but did not enforce any constraints at reading and would accept any phrase. We now always verify that we use a valid BIP-39 seed.

Fixes #65.