Skip to main content

Module scheme

Module scheme 

Source
Expand description

Signature scheme name parsing and algorithm mapping.

Functionsยง

algorithm_for_schemes
Determine the common SignatureAlgorithm for a list of schemes.
parse_scheme
Parse a signature scheme name string (e.g., "ECDSA_NISTP256_SHA256") into a rustls SignatureScheme.
scheme_to_string
Convert a rustls SignatureScheme to its canonical string name.