Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

Secp256Signature

A signature format compatible with the family of secp256 curves.

Fully qualified path: openzeppelin_account::utils::signature::Secp256Signature

[derive(Copy, Drop, Serde)]
pub struct Secp256Signature {
    pub r: u256,
    pub s: u256,
}

Members

r

Fully qualified path: openzeppelin_account::utils::signature::Secp256Signature::r

pub r: u256

s

Fully qualified path: openzeppelin_account::utils::signature::Secp256Signature::s

pub s: u256