Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

SchnorrSignature

A Schnorr signature.

Fields

  • rx: u384 - The x-coordinate of the R point from the signature.
  • s: u256 - The s component of the signature.
  • e: u256 - The challenge hash.

Fully qualified path: garaga::signatures::schnorr::SchnorrSignature

[derive(Drop, Debug, PartialEq)]
pub struct SchnorrSignature {
    pub rx: u384,
    pub s: u256,
    pub e: u256,
}

Members

rx

Fully qualified path: garaga::signatures::schnorr::SchnorrSignature::rx

pub rx: u384

s

Fully qualified path: garaga::signatures::schnorr::SchnorrSignature::s

pub s: u256

e

Fully qualified path: garaga::signatures::schnorr::SchnorrSignature::e

pub e: u256