Crate proof_systems
source · [−]Expand description
This is a shim crate that directly reexports crates under proof-systems. The idea is to manage those crates altogether, to make it easier to coordiate rev/version updates.
Other crates in this repo should always depend on this shim crate instead of directly depending on crates from proof systems
use proof_systems::*;
use mina_hasher::Hashable;Re-exports
pub use mina_curves;pub use mina_hasher;pub use mina_signer;pub use o1_utils;pub use bitvec;Structs
Chunked Random Oracle input
Traits
Trait that converts a struct to ChunkedROInput