Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for probability (0.06 sec)

  1. RELEASE.md

        you will have to set custom session_options in your `RunConfig`.
    *   Moved Distributions and Bijectors from `tf.contrib.distributions` to
        [Tensorflow Probability (TFP)](https://github.com/tensorflow/probability).
        `tf.contrib.distributions` is now deprecated and will be removed by the end
        of 2018.
    *   Adding new endpoints for existing tensorflow symbols. These endpoints are
    Registered: Tue Sep 09 12:39:10 UTC 2025
    - Last Modified: Mon Aug 18 20:54:38 UTC 2025
    - 740K bytes
    - Viewed (2)
  2. lib/fips140/v1.0.0.zip

    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: internal error: e*d != 1 mod λ(N)") } // FIPS 186-5, A.1.1(3) requires checking that d > 2^(nlen / 2). // // The probability of this check failing when d is derived from // (e, p, q) is roughly // // 2^(nlen/2) / 2^nlen = 2^(-nlen/2)...
    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