Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

BitProofWithPrefix

Fully qualified path: she::protocols::bit::BitProofWithPrefix

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

Members

A0

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

pub A0: NonZero<EcPoint>

A1

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

pub A1: NonZero<EcPoint>

prefix

Fully qualified path: she::protocols::bit::BitProofWithPrefix::prefix

pub prefix: felt252

c0

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

pub c0: felt252

s0

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

pub s0: felt252

s1

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

pub s1: felt252