Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 11 - 12 of 12 for pq (0.03 seconds)

  1. lib/fips140/v1.1.0-rc1.zip

    Check that |p - q| > 2^(nlen/2 - 100). // // If p and q are very close to each other, then N=pq can be trivially // factored using Fermat's factorization method. Broken RSA implementations // do generate such keys. See Hanno Böck, Fermat Factorization in the Wild, // https://eprint.iacr.org/2023/026.pdf. diff := bigmod.NewNat() if qP, err := bigmod.NewNat().SetBytes(q.Nat().Bytes(q), p); err != nil { // q > p pQ, err := bigmod.NewNat().SetBytes(p.Nat().Bytes(p), q) if err != nil { return errors.New("crypto/rsa:...
    Created: Tue Dec 30 11:13:12 GMT 2025
    - Last Modified: Thu Dec 11 16:27:41 GMT 2025
    - 663K bytes
    - Click Count (0)
  2. CREDITS

    SOFTWARE.
    
    ================================================================
    
    github.com/lib/pq
    https://github.com/lib/pq
    ----------------------------------------------------------------
    Copyright (c) 2011-2013, 'pq' Contributors
    Portions Copyright (C) 2011 Blake Mizerany
    
    Created: Sun Dec 28 19:28:13 GMT 2025
    - Last Modified: Thu Mar 13 05:29:51 GMT 2025
    - 1.8M bytes
    - Click Count (0)
Back to Top