- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for ResumptionBinderKey (0.19 sec)
-
lib/fips140/v1.0.0.zip
secret []byte hash func() fips140.Hash } func NewEarlySecret[H fips140.Hash](hash func() H, psk []byte) *EarlySecret { return &EarlySecret{ secret: extract(hash, psk, nil), hash: func() fips140.Hash { return hash() }, } } func (s *EarlySecret) ResumptionBinderKey() []byte { return deriveSecret(s.hash, s.secret, resumptionBinderLabe, nil) } // ClientEarlyTrafficSe derives the client_early_traffic_secret from the // early secret and the transcript up to the ClientHello. func (s *EarlySecret) ClientEar...
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Wed Jan 29 15:10:35 UTC 2025 - 635K bytes - Viewed (0)