- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for transcript (0.07 sec)
-
lib/fips140/v1.0.0-c2097c7c.zip
{ newSecret = make([]byte, hash().Size()) } return hkdf.Extract(hash, newSecret, currentSecret) } func deriveSecret[H fips140.Hash](hash func() H, secret []byte, label string, transcript fips140.Hash) []byte { if transcript == nil { transcript = hash() } return ExpandLabel(hash, secret, label, transcript.Sum(nil), transcript.Size()) } const ( resumptionBinderLabe = "res binder" clientEarlyTrafficLa = "c e traffic" clientHandshakeTraff = "c hs traffic" serverHandshakeTraff = "s hs traffic" clientApplicationTra...Registered: Tue Dec 30 11:13:12 UTC 2025 - Last Modified: Thu Sep 25 19:53:19 UTC 2025 - 642.7K bytes - Viewed (0) -
lib/fips140/v1.1.0-rc1.zip
nil { newSecret = make([]byte, hash().Size()) } return hkdf.Extract(hash, newSecret, currentSecret) } func deriveSecret[H hash.Hash](hash func() H, secret []byte, label string, transcript hash.Hash) []byte { if transcript == nil { transcript = hash() } return ExpandLabel(hash, secret, label, transcript.Sum(nil), transcript.Size()) } const ( resumptionBinderLabe = "res binder" clientEarlyTrafficLa = "c e traffic" clientHandshakeTraff = "c hs traffic" serverHandshakeTraff = "s hs traffic" clientApplicationTra...Registered: Tue Dec 30 11:13:12 UTC 2025 - Last Modified: Thu Dec 11 16:27:41 UTC 2025 - 663K bytes - Viewed (0)