Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

BitInputs

Fully qualified path: she::protocols::bit::BitInputs

[derive(Drop, Copy)]
pub struct BitInputs {
    pub V: NonZero<EcPoint>,
    pub g1: NonZero<EcPoint>,
    pub g2: NonZero<EcPoint>,
}

Members

V

Fully qualified path: she::protocols::bit::BitInputs::V

pub V: NonZero<EcPoint>

g1

Fully qualified path: she::protocols::bit::BitInputs::g1

pub g1: NonZero<EcPoint>

g2

Fully qualified path: she::protocols::bit::BitInputs::g2

pub g2: NonZero<EcPoint>