pub fn compatible_sigscheme_for_suites(
sigscheme: SignatureScheme,
common_suites: &[SupportedCipherSuite],
) -> bool
Expand description
Return true if sigscheme
is usable by any of the given suites.
pub fn compatible_sigscheme_for_suites(
sigscheme: SignatureScheme,
common_suites: &[SupportedCipherSuite],
) -> bool
Return true if sigscheme
is usable by any of the given suites.