Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for P256OrdInverse (0.17 sec)

  1. lib/fips140/v1.0.0.zip

    0x45, 0x5c, 0x5c, 0x2a, 0x3d, } func P256() *Curve[*nistec.P256Point] { return _P256() } var _P256 = sync.OnceValue(func() *Curve[*nistec.P256Point] { c := &Curve[*nistec.P256Point]{ curve: p256, newPoint: nistec.NewP256Point, ordInverse: nistec.P256OrdInverse, } precomputeParams(c, p256Order) return c }) var p256Order = []byte{ 0xff, 0xff, 0xff, 0xff, 0x00, 0x00, 0x00, 0x00, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xbc, 0xe6, 0xfa, 0xad, 0xa7, 0x17, 0x9e, 0x84, 0xf3, 0xb9, 0xca, 0xc2, 0xfc,...
    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