Module cryptography

Module cryptography 

Source
Expand description

Functions with cryptographic utils.

Functionsยง

generic_hash
Computes digest hash, using provided algorithm type.
recover_secp256k1
Attempts to recover a Secp256k1 PublicKey from a message and a signature over it.
verify_signature
Verifies the signature of the given message against the given public key.