Proof
Fully qualified path: test4::ecvrf::Proof
#[derive(Clone, Drop, Serde)]
pub struct Proof {
pub gamma: Point,
pub c: felt252,
pub s: felt252,
pub sqrt_ratio_hint: felt252,
}
Members
gamma
Fully qualified path: test4::ecvrf::Proof::gamma
pub gamma: Point
c
Fully qualified path: test4::ecvrf::Proof::c
pub c: felt252
s
Fully qualified path: test4::ecvrf::Proof::s
pub s: felt252
sqrt_ratio_hint
Fully qualified path: test4::ecvrf::Proof::sqrt_ratio_hint
pub sqrt_ratio_hint: felt252