rust-bitcoin / rust-bip39

A Rust library for working with Bitcoin BIP-39 mnemonics
Creative Commons Zero v1.0 Universal
95 stars 62 forks source link

crates.io namespace collision #22

Open AloeareV opened 2 years ago

AloeareV commented 2 years ago

crates.io and docs.rs list this to be the same crate as https://github.com/infincia/bip39-rs/, just a newer release of it. As far as I can tell they are two completely different implementations of bip39 with no relation to each other. This seems dangerous to me. https://crates.io/crates/bip39/versions

zancas commented 2 years ago

Has anyone reached out to @infincia about this?