- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for _P256 (0.06 seconds)
-
lib/fips140/v1.0.0-c2097c7c.zip
var p224Order = []byte{ 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x16, 0xa2, 0xe0, 0xb8, 0xf0, 0x3e, 0x13, 0xdd, 0x29, 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,...Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Thu Sep 25 19:53:19 GMT 2025 - 642.7K bytes - Click Count (0) -
lib/fips140/v1.1.0-rc1.zip
var p224Order = []byte{ 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x16, 0xa2, 0xe0, 0xb8, 0xf0, 0x3e, 0x13, 0xdd, 0x29, 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,...Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Thu Dec 11 16:27:41 GMT 2025 - 663K bytes - Click Count (0)