pub trait Tls13KeyScheduleInit {
// Required method
fn no_psk_with_crypto_and_sha256() -> impl Tls13KeyScheduleDerivedSha256;
}Expand description
Initialize TLS1.3 Key Schedule
Required Methods§
Sourcefn no_psk_with_crypto_and_sha256() -> impl Tls13KeyScheduleDerivedSha256
fn no_psk_with_crypto_and_sha256() -> impl Tls13KeyScheduleDerivedSha256
Init TLS1.3 Key Schedule with the given cryptography that includes Hkdf
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.