neptune-consensus 0.14.0

Consensus logic and proof abstractions for Neptune Cash.
1
2
3
4
5
6
7
8
9
10
//! Re-exports the most commonly-needed APIs of neptune-consensus.
//!
//! This module is intended to be wildcard-imported, _i.e._, `use neptune_consensus::prelude::twenty_first;`.
//! You might also want to consider wildcard-importing these prelude,
//! `use neptune_consensus::prelude::tasm_lib::prelude::*;`.
//! `use neptune_consensus::prelude::triton_vm::prelude::*;`.

pub use tasm_lib;
pub use tasm_lib::prelude::triton_vm;
pub use tasm_lib::prelude::twenty_first;