Docs.rs
zcash_primitives-0.21.0
zcash_primitives 0.21.0
Permalink
Docs.rs crate page
MIT OR Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
ebfull
str4d
nuttycom
github:zcash:crate-publishers
Dependencies
aes ^0.8
normal
bip32 ^0.5
normal
blake2b_simd ^1
normal
bs58 ^0.5
normal
byteorder ^1
normal
document-features ^0.2
normal
equihash ^0.2
normal
ff ^0.13
normal
fpe ^0.6
normal
getset ^0.1
normal
group ^0.13
normal
hex ^0.4
normal
incrementalmerkletree ^0.7.1
normal
jubjub ^0.10
normal
memuse ^0.2.2
normal
nonempty ^0.7
normal
orchard ^0.10.1
normal
proptest ^1
normal
optional
rand ^0.8
normal
rand_core ^0.6
normal
redjubjub ^0.7
normal
ripemd ^0.1
normal
sapling-crypto ^0.4
normal
secp256k1 ^0.27
normal
optional
sha2 ^0.10
normal
subtle ^2.2.3
normal
tracing ^0.1
normal
zcash_transparent ^0.1
normal
zcash_address ^0.6
normal
zcash_encoding ^0.2.1
normal
zcash_note_encryption ^0.4.1
normal
zcash_protocol ^0.4.1
normal
zcash_spec ^0.1
normal
zip32 ^0.1.1
normal
assert_matches ^1.5
dev
chacha20poly1305 ^0.10
dev
criterion ^0.5
dev
incrementalmerkletree ^0.7.1
dev
orchard ^0.10.1
dev
proptest ^1
dev
rand_xorshift ^0.3
dev
sapling-crypto ^0.4
dev
zcash_protocol ^0.4.1
dev
pprof ^0.13
dev
Versions
45.21%
of the crate is documented
Platform
i686-unknown-linux-gnu
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
zcash_
primitives
0.21.0
In zcash_
primitives::
transaction::
components::
orchard
zcash_primitives
::
transaction
::
components
::
orchard
Function
write_note_ciphertext
Copy item path
Source
pub fn write_note_ciphertext<W:
Write
>( writer: W, nc: &
TransmittedNoteCiphertext
, ) ->
Result
<
()
>