[][src]Module psa_crypto::operations::asym_signature

Asymmetric Signature operations

See the PSA Crypto API for the format of the different parameters used in this module.

Functions

sign_hash

Sign an already-calculated hash with a private key

verify_hash

Verify the signature of a hash or short message using a public key