Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for RETRYING (2.66 sec)

  1. RELEASE.md

        frequently try to decode an image as the wrong type.
    *   Improve implicit broadcasting lowering.
    *   Improving stability of GCS/BigQuery clients by a faster retrying of stale
        transmissions.
    *   Remove OpKernelConstruction::op_def() as part of minimizing proto
        dependencies.
    *   VectorLaplaceDiag distribution added.
    Registered: Tue Sep 09 12:39:10 UTC 2025
    - Last Modified: Mon Aug 18 20:54:38 UTC 2025
    - 740K bytes
    - Viewed (1)
  2. lib/fips140/v1.0.0.zip

    bigmod.NewNat().InverseVarTime(e, λ) if !ok { // This checks that GCD(e, lcm(p-1, q-1)) = 1, which is equivalent // to checking GCD(e, p-1) = 1 and GCD(e, q-1) = 1 separately in // FIPS 186-5, Appendix A.1.3, steps 4.5 and 5.6. // // We waste a prime by retrying the whole process, since 65537 is // probably only a factor of one of p-1 or q-1, but the probability // of this check failing is only 1/65537, so it doesn't matter. continue } if e.ExpandFor(λ).Mul(d, λ).IsOne() == 0 { return nil, errors.New("rsa:...
    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