Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for apenas (0.06 sec)

  1. lib/fips140/v1.0.0.zip

    copy(out[len(plaintext):], tag[:]) } func open(out []byte, g *GCM, nonce, ciphertext, data []byte) error { switch { case useGCM: return openKMA(out, g, nonce, ciphertext, data) case useGHASH: return openAsm(out, g, nonce, ciphertext, data) default: return openGeneric(out, g, nonce, ciphertext, data) } } func openAsm(out []byte, g *GCM, nonce, ciphertext, additionalData []byte) error { var counter, tagMask [gcmBlockSize]byte deriveCounter(&g.hashKey, &counter, nonce) counterCrypt(g, tagMask[:], tagMask[:],...
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Wed Jan 29 15:10:35 UTC 2025
    - 635K bytes
    - Viewed (0)
  2. docs/en/docs/release-notes.md

    * 📝 Add external link: Serve a machine learning model using Sklearn, FastAPI and Docker. PR [#2974](https://github.com/tiangolo/fastapi/pull/2974) by [@rodrigo-arenas](https://github.com/rodrigo-arenas).
    * ✏️ Fix typo on docstring in datastructures file. PR [#2887](https://github.com/tiangolo/fastapi/pull/2887) by [@Kludex](https://github.com/Kludex).
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Fri Sep 05 12:48:45 UTC 2025
    - 544.1K bytes
    - Viewed (0)
  3. RELEASE.md

    *   `tf.random`:
        *   Various random number generation improvements:
        *   Add a fast path for default `random_uniform`
        *   `random_seed` documentation improvement.
        *   `RandomBinomial` broadcasts and appends the sample shape to the left
            rather than the right.
        *   Added `tf.random.stateless_binomial`, `tf.random.stateless_gamma`,
            `tf.random.stateless_poisson`
    Registered: Tue Sep 09 12:39:10 UTC 2025
    - Last Modified: Mon Aug 18 20:54:38 UTC 2025
    - 740K bytes
    - Viewed (2)
Back to top