Skip to main content

Challenge

Type Alias Challenge 

Source
pub type Challenge = Integer;
Expand description

Verifier’s challenge to prover. Can be obtained deterministically by non_interactive::challenge or randomly by interactive::challenge

Aliased Type§

pub struct Challenge(/* private fields */);