Structs§
- _ecc_
25519_ work - A point on the curve unpacked for efficient calculation
- _ecdsa_
signature - Canonical representation of a ECDSA signature
- _ecdsa_
verify_ context - Representation of a hash and signature for efficient checking against multiple public keys
Functions§
- ecdsa_
is_ ⚠valid_ pubkey - Checks if a unpacked public key is valid
- ecdsa_
sign_ ⚠legacy - Signs a hash value using a given secret key
- ecdsa_
verify_ ⚠legacy - Verifies a signature against a given public key
- ecdsa_
verify_ ⚠list_ legacy - Verifies multiple signatures against a list of public keys and returns the number of valid signatures for distinct keys
- ecdsa_
verify_ ⚠prepare_ legacy - Prepares a signature for a given hash for efficient validation
Type Aliases§
- ecc_
25519_ work_ t - A point on the curve unpacked for efficient calculation
- ecc_
int256_ t - A 256 bit integer
- ecdsa_
signature_ t - Canonical representation of a ECDSA signature
- ecdsa_
verify_ context_ t - Representation of a hash and signature for efficient checking against multiple public keys
Unions§
- _ecc_
int256 - A 256 bit integer