Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

PoeNInputs

Fully qualified path: she::protocols::poeN::PoeNInputs

[derive(Drop)]
pub struct PoeNInputs {
    pub y: NonZero<EcPoint>,
    pub generators: Array<NonZero<EcPoint>>,
}

Members

y

Fully qualified path: she::protocols::poeN::PoeNInputs::y

pub y: NonZero<EcPoint>

generators

Fully qualified path: she::protocols::poeN::PoeNInputs::generators

pub generators: Array<NonZero<EcPoint>>