Expand description
Functions with cryptographic utils.
Functionsยง
- generic_
hash - Computes digest hash, using provided algorithm type.
- recover_
secp256k1 - Attempts to recover a Secp256k1
PublicKeyfrom a message and a signature over it. - verify_
signature - Verifies the signature of the given message against the given public key.