Module tls12
rustls
0.24.0-dev.0
Module tls12
Module Items
Structs
Traits
In rustls::
crypto
rustls
::
crypto
Module
tls12
Copy item path
Source
Expand description
Cryptography specific to TLS1.2.
Structs
§
PrfUsing
Hmac
Implements
Prf
using a
hmac::Hmac
.
Traits
§
Prf
An instantiation of the TLS1.2 PRF with a specific, implicit hash function.
PrfSecret
An instantiation of the TLS1.2 PRF with a fixed hash function and master secret.