librustzcash/zcash_primitives
Jack Grigg 362838c3fa zcash_note_encryption: Fix array size in Domain::extract_{esk, pk_d}
Decrypted output size is `OUT_PLAINTEXT_BYTES`, which the decryptor
can always provide (either by decrypting into the correct size array
as now, or truncating the buffer before passing it to the domain).
2021-05-28 23:48:03 +01:00
..
benches Use ShieldedOutput trait for note encryption/decryption. 2021-04-12 12:59:06 -06:00
proptest-regressions/transaction Enable transaction serialization roundtrip tests outsize zfuture. 2021-01-25 16:32:57 -07:00
src zcash_note_encryption: Fix array size in Domain::extract_{esk, pk_d} 2021-05-28 23:48:03 +01:00
CHANGELOG.md zcash_primitives: Revert to SproutProof::PHGR 2021-04-02 10:39:25 +13:00
Cargo.toml bitvec 0.20 2021-05-19 18:29:37 +01:00
LICENSE-APACHE Empty crates as a base for code refactoring 2018-08-28 22:24:14 +01:00
LICENSE-MIT Electric Coin Company 2019-05-09 20:32:39 +03:00
README.md Update READMEs 2019-09-24 14:23:55 +01:00

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.