Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for fromDer (0.08 sec)

  1. CHANGELOG/CHANGELOG-1.19.md

    - Kubeadm now distinguishes between generated and user supplied component configs, regenerating the former ones if a config upgrade is required ([#86070](https://github.com/kubernetes/kubernetes/pull/86070), [@rosti](https://github.com/rosti)) [SIG Cluster Lifecycle]
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Wed Jan 05 05:42:32 UTC 2022
    - 489.7K bytes
    - Viewed (0)
  2. RELEASE.md

                calling this op is typically not necessary, as it is automatically
                used when computing the gradient of `tf.sparse.segment_sum`.
        *   Renaming of tensorflow::int64 to int_64_t in numerous places (the former
            is an alias for the latter) which could result in needing to regenerate
            selective op registration headers else execution would fail with
            unregistered kernels error.
    
    Registered: Tue Sep 09 12:39:10 UTC 2025
    - Last Modified: Mon Aug 18 20:54:38 UTC 2025
    - 740K bytes
    - Viewed (2)
  3. lib/fips140/v1.0.0.zip

    diceRoll < 10: // Generate a high scalar in [2^252, 2^252 + 2^124). s[31] = 1 << 4 rand.Read(s[:16]) s[15] &= (1 << 4) - 1 default: // Generate a valid scalar in [0, l) by returning [0, 2^252) which has a // negligibly different distribution (the former has a 2^-127.6 chance // of being out of the latter range). rand.Read(s[:]) s[31] &= (1 << 4) - 1 } val := Scalar{} fiatScalarFromBytes((*[4]uint64)(&val.s), &s) fiatScalarToMontgome(&val.s, (*fiatScalarNonMontgom)(&val.s)) return reflect.ValueOf(val)...
    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