- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for eligible (0.11 seconds)
-
lib/fips140/v1.1.0-rc1.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...
Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Thu Dec 11 16:27:41 GMT 2025 - 663K bytes - Click Count (0)