Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for Exporter (0.1 sec)

  1. lib/fips140/v1.0.0.zip

    *ExporterMasterSecret { return &ExporterMasterSecret{ secret: deriveSecret(s.hash, s.secret, earlyExporterLabel, transcript), hash: s.hash, } } func (s *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...
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Wed Jan 29 15:10:35 UTC 2025
    - 635K bytes
    - Viewed (0)
  2. RELEASE.md

    *   Correctness fixes for fft_length parameter to `tf.spectral.rfft` &
        `tf.spectral.irfft`.
    *   Exported model signatures using the 'predict' method will no longer have
        their input and output keys silently ignored and rewritten to 'inputs' and
        'outputs'. If a model was exported with different names before 1.2, and is
        now served with tensorflow/serving, it will accept requests using 'inputs'
    Registered: Tue Sep 09 12:39:10 UTC 2025
    - Last Modified: Mon Aug 18 20:54:38 UTC 2025
    - 740K bytes
    - Viewed (1)
  3. docs/en/docs/release-notes.md

    * New [WebSocketException (and docs)](https://fastapi.tiangolo.com/advanced/websockets/#using-depends-and-others), re-exported from Starlette.
    * Upgraded and relaxed dependencies for package extras `all` (including new Uvicorn version), when you install `"fastapi[all]"`.
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Fri Sep 05 12:48:45 UTC 2025
    - 544.1K bytes
    - Viewed (0)
Back to top