Skip to main content

Module sign

Module sign 

Source
Expand description

HSM signing operations with PQC support.

Structs§

DefaultHsmSigner
Default HSM signer implementation.
SoftwarePqcFallback
Software fallback for PQC operations.

Enums§

RsaHashAlgorithm
RSA hash algorithms.

Traits§

HsmSigner
HSM signer trait.

Functions§

sign_ecdsa
Sign with ECDSA.
sign_ml_dsa
Sign with ML-DSA (FIPS 204).
sign_rsa_pkcs1
Sign with RSA PKCS#1 v1.5.
sign_rsa_pss
Sign with RSA-PSS.