- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for NewP256Point (0.09 seconds)
-
lib/fips140/v1.26.0.zip
fiat.P256Element is a base field element in [0, P-1] in the Montgomery // domain (with R 2²⁵⁶ and P 2²⁵⁶ - 2²²⁴ + 2¹⁹² + 2⁹⁶ - 1) as four limbs in // little-endian order value. x, y, z fiat.P256Element } // NewP256Point returns a new P256Point representing the point at infinity point. func NewP256Point() *P256Point { p := &P256Point{} p.y.One() return p } // SetGenerator sets p to the canonical generator and returns p. func (p *P256Point) SetGenerator() *P256Point { p.x.SetBytes([]byte{0x6b, 0x17, 0xd1,...
Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Thu Jan 08 17:58:32 GMT 2026 - 660.3K bytes - Click Count (0) -
lib/fips140/v1.0.0-c2097c7c.zip
fiat.P256Element is a base field element in [0, P-1] in the Montgomery // domain (with R 2²⁵⁶ and P 2²⁵⁶ - 2²²⁴ + 2¹⁹² + 2⁹⁶ - 1) as four limbs in // little-endian order value. x, y, z fiat.P256Element } // NewP256Point returns a new P256Point representing the point at infinity point. func NewP256Point() *P256Point { p := &P256Point{} p.y.One() return p } // SetGenerator sets p to the canonical generator and returns p. func (p *P256Point) SetGenerator() *P256Point { p.x.SetBytes([]byte{0x6b, 0x17, 0xd1,...
Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Thu Sep 25 19:53:19 GMT 2025 - 642.7K bytes - Click Count (0)