Module hacl::rsa_pss

source ·

Structs§

Enums§

  • RSA PSS Errors
  • The key size is the bit/byte-size of the modulus N. Note that the values are bytes but the names are in bits.

Functions§

  • Sign the provided msg with the private_key using the hash_algorithm and salt.
  • Verify the signature on the msg with the public_key using the hash_algorithm and salt_len.