- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for boothW5 (0.37 sec)
-
lib/fips140/v1.0.0.zip
table.Select(p, sel) t := NewP256Point() for index >= 4 { index -= 5 p.Double(p) p.Double(p) p.Double(p) p.Double(p) p.Double(p) if index >= 0 { sel, sign = boothW5(s.Rsh(index) & 0b111111) } else { // Booth encoding considers a virtual zero bit at index -1, // so we shift left the least significant limb. wvalue := (s[0] << 1) & 0b111111 sel, sign = boothW5(wvalue) } table.Select(t, sel) t.Negate(sign) p.Add(p, t) } return p, nil } // Negate sets p to -p, if cond == 1, and to p if cond == 0. func (p *P256Point)...
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Wed Jan 29 15:10:35 UTC 2025 - 635K bytes - Viewed (0)