Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

BitProof

Fully qualified path: she::protocols::bit::BitProof

[derive(Drop, Copy)]
pub struct BitProof {
    pub A0: NonZero<EcPoint>,
    pub A1: NonZero<EcPoint>,
    pub c: felt252,
    pub c0: felt252,
    pub s0: felt252,
    pub s1: felt252,
}

Members

A0

Fully qualified path: she::protocols::bit::BitProof::A0

pub A0: NonZero<EcPoint>

A1

Fully qualified path: she::protocols::bit::BitProof::A1

pub A1: NonZero<EcPoint>

c

Fully qualified path: she::protocols::bit::BitProof::c

pub c: felt252

c0

Fully qualified path: she::protocols::bit::BitProof::c0

pub c0: felt252

s0

Fully qualified path: she::protocols::bit::BitProof::s0

pub s0: felt252

s1

Fully qualified path: she::protocols::bit::BitProof::s1

pub s1: felt252