Crate f4jumble
Expand description
This crate provides a mechanism for “jumbling” byte slices in a reversible way.
Many byte encodings such as Base64 and Bech32 do not have “cascading” behaviour: changing an input byte at one position has no effect on the encoding of bytes at diff --git a/rustdoc/latest/zcash_address/index.html b/rustdoc/latest/zcash_address/index.html index d96d3d46f..b1f28a427 100644 --- a/rustdoc/latest/zcash_address/index.html +++ b/rustdoc/latest/zcash_address/index.html @@ -3,7 +3,7 @@
Crate zcash_address
Crate zcash_address
source · [−]Modules
Structs
An address type is not supported for conversion.
diff --git a/rustdoc/latest/zcash_encoding/index.html b/rustdoc/latest/zcash_encoding/index.html index 67e568faf..0c8a1e4ab 100644 --- a/rustdoc/latest/zcash_encoding/index.html +++ b/rustdoc/latest/zcash_encoding/index.html @@ -3,7 +3,7 @@Crate zcash_encoding
Crate zcash_encoding
source · [−]Expand description
Zcash binary encodings.
zcash_encoding
is a library that provides common encoding and decoding operations
for stable binary encodings used throughout the Zcash ecosystem.
Crate zcash_history
Crate zcash_history
source · [−]Expand description
Chain history library for Zcash
To be used in zebra and via FFI bindings in zcashd
Structs
diff --git a/rustdoc/latest/zcash_primitives/index.html b/rustdoc/latest/zcash_primitives/index.html index df73c48ef..802be8a26 100644 --- a/rustdoc/latest/zcash_primitives/index.html +++ b/rustdoc/latest/zcash_primitives/index.html @@ -3,7 +3,7 @@Crate zcash_primitives
Crate zcash_primitives
source · [−]Expand description
General Zcash primitives.
zcash_primitives
is a library that provides the core structs and functions necessary
for working with Zcash.
Crate zcash_proofs
Crate zcash_proofs
source · [−]Expand description
Zcash circuits and proofs.
zcash_proofs
contains the zk-SNARK circuits used by Zcash, and the APIs for creating
and verifying proofs.