Docs.rs
snarkvm-algorithms-1.2.0
snarkvm-algorithms 1.2.0
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
howardwu
Dependencies
aleo-std ^0.1.24
normal
anyhow ^1.0
normal
blake2 ^0.10
normal
cfg-if ^1.0.0
normal
optional
crossbeam-channel ^0.5
normal
optional
fxhash ^0.2.1
normal
optional
hashbrown ^0.14.0
normal
hex ^0.4
normal
indexmap ^2.0.0
normal
optional
itertools ^0.11.0
normal
lazy_static ^1.4
normal
optional
num-traits ^0.2
normal
parking_lot ^0.12
normal
rand ^0.8
normal
rand_chacha ^0.3
normal
rand_core ^0.6
normal
optional
rayon ^1
normal
rust-gpu-tools ^0.7.0
normal
optional
serde ^1.0
normal
sha2 ^0.10
normal
smallvec ^1.11
normal
snarkvm-algorithms-cuda =1.2.0
normal
optional
snarkvm-curves =1.2.0
normal
snarkvm-fields =1.2.0
normal
snarkvm-parameters =1.2.0
normal
optional
snarkvm-utilities =1.2.0
normal
thiserror ^1.0
normal
wasm-bindgen-futures ^0.4
normal
optional
bincode ^1
dev
criterion ^0.5.1
dev
expect-test ^1.4.1
dev
serde_json ^1
dev
serial_test ^2.0
dev
Versions
63.44%
of the crate is documented
Go to latest version
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
snarkvm_
algorithms
1.2.0
Module algebraic_
sponge
Module Items
Enums
Traits
In snarkvm_
algorithms::
traits
snarkvm_algorithms
::
traits
Module
algebraic_sponge
Copy item path
Source
Enums
§
Duplex
Sponge
Mode
The mode structure for duplex sponges
Traits
§
Algebraic
Sponge
The interface for a cryptographic sponge. A sponge can
absorb
or take in inputs and later
squeeze
or output bytes or field elements. The outputs are dependent on previous
absorb
and
squeeze
calls.