Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestingOnlyExporterS (1.5 sec)

  1. lib/fips140/v1.0.0.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/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 Sep 09 11:13:09 UTC 2025
    - Last Modified: Wed Jan 29 15:10:35 UTC 2025
    - 635K bytes
    - Viewed (0)
Back to top