Fully qualified path: openzeppelin_account::utils::signature
| |
| is_valid_stark_signature | This 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_signature | This 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_signature | This function assumes the s component of the signature to be positive for efficiency reasons. It is not recommended to use it other than for… |
| |
| Secp256Signature | A signature format compatible with the family of secp256 curves. |