Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

signature

Fully qualified path: openzeppelin_account::utils::signature

Free functions

is_valid_stark_signatureThis function assumes the s component of the signature to be positive for efficiency reasons. It is not recommended to use it other than for…
is_valid_eth_signatureThis function assumes the s component of the signature to be positive for efficiency reasons. It is not recommended to use it other than for…
is_valid_p256_signatureThis function assumes the s component of the signature to be positive for efficiency reasons. It is not recommended to use it other than for…

Structs

Secp256SignatureA signature format compatible with the family of secp256 curves.