Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for acceptable (0.06 sec)

  1. lib/fips140/v1.0.0.zip

    p.Nat().Bytes(p), q) if err != nil { return errors.New("crypto/rsa: p == q") } // diff = 0 - p mod q = q - p diff.ExpandFor(q).Sub(pQ, q) } else { // p > q // diff = 0 - q mod p = p - q diff.ExpandFor(p).Sub(qP, p) } // A tiny bit of leakage is acceptable because it's not adaptive, an // attacker only learns the magnitude of p - q. if diff.BitLenVarTime() <= N.BitLen()/2-100 { return errors.New("crypto/rsa: |p - q| too small") } // Check that d > 2^(nlen/2). // // See section 3 of https://crypto...
    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