- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for p256AffineTable (0.07 sec)
-
lib/fips140/v1.0.0.zip
to an undefined value. func (table *p256AffineTable) Select(p *p256AffinePoint, n uint8) { if n > 32 { panic("nistec: internal error: p256AffineTable.Select called with out-of-bounds value") } for i := uint8(1); i <= 32; i++ { cond := subtle.ConstantTimeByteEq(i, n) p.x.Select(&table[i-1].x, &p.x, cond) p.y.Select(&table[i-1].y, &p.y, cond) } } // p256GeneratorTables is a series of precomputed multiples of G, the canonical // generator. The first p256AffineTable contains multiples of G. The second...
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Wed Jan 29 15:10:35 UTC 2025 - 635K bytes - Viewed (0)