- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for ResumptionMasterSecr (0.32 sec)
-
lib/fips140/v1.0.0.zip
Finished. func (s *MasterSecret) ServerApplicationTra(transcript fips140.Hash) []byte { return deriveSecret(s.hash, s.secret, serverApplicationTra, transcript) } // ResumptionMasterSecr derives the resumption_master_secret from the master secret // and the transcript up to the client Finished. func (s *MasterSecret) ResumptionMasterSecr(transcript fips140.Hash) []byte { return deriveSecret(s.hash, s.secret, resumptionLabel, transcript) } type ExporterMasterSecret struct { secret []byte hash func()...
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Wed Jan 29 15:10:35 UTC 2025 - 635K bytes - Viewed (0)