Module hash_hs
rustls
0.23.25
Module hash_hs
Module Items
Structs
In crate rustls
Modules
bs_debug
builder
check
client
common_state
compress
conn
crypto
enums
error
ffdhe_groups
hash_hs
hash_map
key_log
key_log_file
limited_cache
lock
manual
msgs
pki_types
polyfill
quic
rand
record_layer
server
sign
stream
suites
sync
ticketer
time_provider
tls12
tls13
unbuffered
vecbuf
verify
version
versions
webpki
x509
Structs
CipherSuiteCommon
CommonState
ConfigBuilder
ConnectionCommon
DigitallySignedStruct
DistinguishedName
ExtractedSecrets
IoState
KeyLogFile
NoKeyLog
OtherError
Reader
RootCertStore
Stream
StreamOwned
SupportedProtocolVersion
Tls12CipherSuite
Tls13CipherSuite
WantsVerifier
WantsVersions
Writer
Enums
AlertDescription
CertRevocationListError
CertificateCompressionAlgorithm
CertificateError
CipherSuite
Connection
ConnectionTrafficSecrets
ContentType
EncryptedClientHelloError
Error
HandshakeKind
HandshakeType
InconsistentKeys
InvalidMessage
NamedGroup
PeerIncompatible
PeerMisbehaved
ProtocolVersion
Side
SignatureAlgorithm
SignatureScheme
SupportedCipherSuite
Statics
ALL_VERSIONS
DEFAULT_VERSIONS
Traits
ConfigSide
KeyLog
SideData
rustls
Module
hash_hs
Copy item path
Settings
Help
Summary
Source
Structs
§
Handshake
Hash
🔒
This deals with keeping a running hash of the handshake payloads. This is computed by buffering initially. Once we know what hash function we need to use we switch to incremental hashing.
Handshake
Hash
Buffer
🔒
Early stage buffering of handshake payloads.