Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for P256OrdInverse (0.08 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. lib/fips140/v1.0.0-c2097c7c.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,...
    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)
Back to Top