diff --git a/rustdoc/latest/f4jumble/index.html b/rustdoc/latest/f4jumble/index.html index 86d6a36e1..1e9d6110e 100644 --- a/rustdoc/latest/f4jumble/index.html +++ b/rustdoc/latest/f4jumble/index.html @@ -3,7 +3,7 @@

+

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

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

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.

diff --git a/rustdoc/latest/zcash_history/index.html b/rustdoc/latest/zcash_history/index.html index f4b8525e2..64eb4149f 100644 --- a/rustdoc/latest/zcash_history/index.html +++ b/rustdoc/latest/zcash_history/index.html @@ -3,7 +3,7 @@

+

Crate zcash_history

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

Expand description

General Zcash primitives.

zcash_primitives is a library that provides the core structs and functions necessary for working with Zcash.

diff --git a/rustdoc/latest/zcash_proofs/index.html b/rustdoc/latest/zcash_proofs/index.html index f5fe24392..36e29cc94 100644 --- a/rustdoc/latest/zcash_proofs/index.html +++ b/rustdoc/latest/zcash_proofs/index.html @@ -3,7 +3,7 @@

+

Crate zcash_proofs

Expand description

Zcash circuits and proofs.

zcash_proofs contains the zk-SNARK circuits used by Zcash, and the APIs for creating and verifying proofs.