Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for lifetime (0.12 sec)

  1. CHANGELOG/CHANGELOG-1.34.md

    - Added validation to reject Pods using the `PodLevelResources` feature on Windows...
    Registered: Fri Dec 26 09:05:12 UTC 2025
    - Last Modified: Wed Dec 10 01:13:50 UTC 2025
    - 333.3K bytes
    - Viewed (2)
  2. doc/go_spec.html

    <p>
    The <a href="/doc/go1compat">Go 1 compatibility guarantee</a> ensures that
    programs written to the Go 1 specification will continue to compile and run
    correctly, unchanged, over the lifetime of that specification.
    More generally, as adjustments are made and features added to the language,
    the compatibility guarantee ensures that a Go program that works with a
    Registered: Tue Dec 30 11:13:12 UTC 2025
    - Last Modified: Tue Dec 02 23:07:19 UTC 2025
    - 286.5K bytes
    - Viewed (1)
  3. lib/fips140/v1.1.0-rc1.zip

    subtle.ConstantTimeCompare(priv.seed[:], x.seed[:]) == 1 } func (priv *PrivateKey) Bytes() []byte { seed := priv.seed return seed[:] } func (priv *PrivateKey) PublicKey() *PublicKey { // Note that this is likely to keep the entire PrivateKey reachable for // the lifetime of the PublicKey, which may be undesirable. return &priv.pub } type PublicKey struct { raw [maxPubKeySize]byte p parameters a [maxK * maxL]nttElement t1 [maxK]nttElement // NTT(t₁ ⋅ 2ᵈ) tr [64]byte // public key hash } func (pub *PublicKey) Equal(x...
    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