- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for p521Square (0.08 sec)
-
lib/fips140/v1.0.0.zip
out1[2] = x1010 out1[3] = x1011 out1[4] = x1012 out1[5] = x1013 out1[6] = x1014 out1[7] = x1015 out1[8] = x1016 } // p521Square squares a field element in the Montgomery domain. // // Preconditions: // // 0 ≤ eval arg1 < m // // Postconditions: // // eval (from_montgomery out1) mod m = (eval (from_montgomery arg1) * eval (from_montgomery arg1)) mod m // 0 ≤ eval out1 < m func p521Square(out1 *p521MontgomeryDomain, arg1 *p521MontgomeryDomain) { x1 := arg1[1] x2 := arg1[2] x3 := arg1[3] x4 := arg1[4]...
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Wed Jan 29 15:10:35 UTC 2025 - 635K bytes - Viewed (0)