This library is not solely dependent on Rust

This commit is contained in:
roy9495 2023-06-08 12:21:41 +00:00 committed by GitHub
parent 0750168c4f
commit 654f58da17
No known key found for this signature in database
GPG Key ID: 64A69F9E7E50BAE2
1 changed files with 3 additions and 3 deletions

View File

@ -6,9 +6,9 @@
//! primitives. It is designed for Rust programs built to work with the Bitcoin //! primitives. It is designed for Rust programs built to work with the Bitcoin
//! network. //! network.
//! //!
//! It is also written entirely in Rust to illustrate the benefits of strong type //! Except for its dependency on libsecp256k1 (and optionally libbitcoinconsensus),
//! safety, including ownership and lifetime, for financial and/or cryptographic //! this library is written entirely in Rust. It illustrates the benefits of
//! software. //! strong type safety, including ownership and lifetime, for financial and/or cryptographic software.
//! //!
//! See README.md for detailed documentation about development and supported //! See README.md for detailed documentation about development and supported
//! environments. //! environments.