Skip to main content

Crate subspace_proof_of_space

Crate subspace_proof_of_space 

Source
Expand description

Proof of space implementation

Re-exports§

pub use pos_table::PosTable;
pub use pos_table::PosTableGenerator;

Modules§

chia
Chia proof of space implementation
chia_v2
Chia proof of space backed by abundance’s ab-proof-of-space.
chiapos
Chia proof of space reimplementation in Rust
pos_table
Proof of space that dispatches per sector between the old ChiaTable and the new ChiaV2Table, so one farm can mix them across the migration cutover.
shim
Shim proof of space implementation that works much faster than Chia and can be used for testing purposes to reduce memory and CPU usage

Enums§

PosTableType
Proof of space table type

Traits§

Table
Proof of space kind
TableGenerator
Stateful table generator with better performance.