- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for TestingOnlyExporterS (0.09 sec)
-
lib/fips140/v1.0.0-c2097c7c.zip
*ExporterMasterSecret) Exporter(label string, context []byte, length int) []byte { secret := deriveSecret(s.hash, s.secret, label, nil) h := s.hash() h.Write(context) return ExpandLabel(s.hash, secret, "exporter", h.Sum(nil), length) } func TestingOnlyExporterS(s *ExporterMasterSecret) []byte { return s.secret } golang.org/fips140@v1.0.0-c2097c7c/LICENSE Copyright 2009 The Go Authors. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following...
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
*ExporterMasterSecret) Exporter(label string, context []byte, length int) []byte { secret := deriveSecret(s.hash, s.secret, label, nil) h := s.hash() h.Write(context) return ExpandLabel(s.hash, secret, "exporter", h.Sum(nil), length) } func TestingOnlyExporterS(s *ExporterMasterSecret) []byte { return s.secret } golang.org/fips140@v1.1.0-rc1/LICENSE Copyright 2009 The Go Authors. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following...
Registered: Tue Dec 30 11:13:12 UTC 2025 - Last Modified: Thu Dec 11 16:27:41 UTC 2025 - 663K bytes - Viewed (0)