Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for defining (0.07 sec)

  1. CHANGELOG/CHANGELOG-1.19.md

    - Fixes CSI volume attachment scaling issue by using informers. ([#91307](https://github.com/kubernetes/kubernetes/pull/91307), [@yuga711](https://github.com/yuga711)) [SIG API Machinery, Apps, Node, Storage and Testing]
    Registered: Fri Dec 26 09:05:12 UTC 2025
    - Last Modified: Wed Jan 05 05:42:32 UTC 2022
    - 489.7K bytes
    - Viewed (0)
  2. docs/en/docs/release-notes.md

    This release shouldn't affect apps using FastAPI in any way. You don't even have to upgrade to this version yet. It's just a checkpoint. ๐Ÿค“
    
    ### Refactors
    
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Sat Dec 27 19:06:15 UTC 2025
    - 586.7K bytes
    - Viewed (0)
  3. lib/fips140/v1.1.0-rc1.zip

    t[i] { t1[i][j], w[j] = power2Round(t[i][j]) } t0[i] = ntt(w) } // The computations below (and their storage in the PrivateKey struct) are // not strictly necessary and could be deferred to PrivateKey.PublicKey(). // That would require keeping or re-deriving ฯ and t/t1, though. pk := pkEncode(priv.pub.raw[:0], ฯ, t1, p) priv.pub.tr = computePublicKeyHash(pk) computeT1Hat(priv.pub.t1[:k], t1) // NTT(tโ‚ โ‹… 2แตˆ) return priv } func computeMatrixA(A []nttElement, ฯ []byte, p parameters) { k, l := p.k, p.l for...
    Registered: Tue Dec 30 11:13:12 UTC 2025
    - Last Modified: Thu Dec 11 16:27:41 UTC 2025
    - 663K bytes
    - Viewed (0)
Back to top