You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<a href="https://blog.rust-lang.org/2023/06/01/Rust-1.70.0.html"><img alt="Rustc Version 1.70.0+" src="https://img.shields.io/badge/rustc-1.70.0%2B-lightgrey.svg"/></a>
10
+
</p>
11
+
</div>
7
12
8
13
This tool provides a complete, auditable implementation of [BIP-39](https://github.com/bitcoin/bips/blob/master/bip-0039.mediawiki) operations using the trusted `rust-bitcoin/rust-bip39` library, with advanced security features for production use.
9
14
@@ -253,13 +258,7 @@ cargo fmt # Format code
253
258
```
254
259
255
260
## 📄 License
256
-
257
-
Licensed under either of:
258
-
259
-
- Apache License, Version 2.0 ([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)
260
-
- MIT License ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)
261
-
262
-
at your option.
261
+
CC0 1.0 Universal Licensed
263
262
264
263
## 🙏 Acknowledgments
265
264
@@ -273,4 +272,4 @@ Special thanks to the Bitcoin Core developers and the BIP39 specification author
0 commit comments