Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

PoeProof

Fully qualified path: she::protocols::poe::PoeProof

[derive(Drop)]
pub struct PoeProof {
    pub A: NonZero<EcPoint>,
    pub c: felt252,
    pub s: felt252,
}

Members

A

Fully qualified path: she::protocols::poe::PoeProof::A

pub A: NonZero<EcPoint>

c

Fully qualified path: she::protocols::poe::PoeProof::c

pub c: felt252

s

Fully qualified path: she::protocols::poe::PoeProof::s

pub s: felt252