- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for basepointNafTable (0.51 sec)
-
lib/fips140/v1.0.0.zip
v.fromP1xP1(tmp1) // v = 16*(prev) in P3 coords table.SelectInto(multiple, digits[i]) tmp1.Add(v, multiple) // tmp1 = x_i*Q + 16*(prev) in P1xP1 coords } v.fromP1xP1(tmp1) return v } // basepointNafTable is the nafLookupTable8 for the basepoint. // It is precomputed the first time it's used. func basepointNafTable() *nafLookupTable8 { basepointNafTablePre.initOnce.Do(func() { basepointNafTablePre.table.FromP3(NewGeneratorPoint()) }) return &basepointNafTablePre.table } var basepointNafTablePre struct...
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Wed Jan 29 15:10:35 UTC 2025 - 635K bytes - Viewed (0)