librustzcash/zcash_primitives
Jack Grigg b3dad95de0 zcash_primitives: Use `TxId` type inside `transparent::OutPoint`
This doesn't affect the public API, but it improves the `Debug` impl for
`OutPoint` because `TxId` renders its `[u8; 32]` as byte-reversed hex.
2024-07-27 00:38:22 +00:00
..
benches
proptest-regressions
src zcash_primitives: Use `TxId` type inside `transparent::OutPoint` 2024-07-27 00:38:22 +00:00
CHANGELOG.md Minor changes responding to review comments. 2024-07-04 05:24:32 +01:00
Cargo.toml
LICENSE-APACHE
LICENSE-MIT
README.md

README.md

zcash_primitives

This library contains Rust implementations of the Zcash primitives.

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.