Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for negligible (0.09 sec)

  1. lib/fips140/v1.0.0.zip

    group like the NIST curves we support is // cryptographically negligible. If we hit it, something is awfully wrong. if r.IsZero() == 1 { return nil, errors.New("ecdsa: internal error: r is zero") } e := bigmod.NewNat() hashToNat(c, e, hash) s, err := bigmod.NewNat().SetBytes(priv.d, c.N) if err != nil { return nil, err } s.Mul(r, c.N) s.Add(e, c.N) s.Mul(kInv, c.N) // Again, the chance of this happening is cryptographically negligible. if s.IsZero() == 1 { return nil, errors.New("ecdsa: internal...
    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