pub fn prove(
seed: PotSeed,
iterations: NonZeroU32,
) -> Result<PotCheckpoints, PotError>Expand description
Run PoT proving and produce checkpoints.
Returns error if iterations is not a multiple of checkpoints times two.
pub fn prove(
seed: PotSeed,
iterations: NonZeroU32,
) -> Result<PotCheckpoints, PotError>Run PoT proving and produce checkpoints.
Returns error if iterations is not a multiple of checkpoints times two.