- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for addMulVVW2048 (0.08 sec)
-
lib/fips140/v1.0.0.zip
bits.Add(c1, c2, c) } copy(x.reset(n).limbs, T[n:]) x.maybeSubtractModulus(choice(c), m) case 2048 / _W: const n = 2048 / _W // compiler hint T := make([]uint, n*2) var c uint for i := 0; i < n; i++ { d := bLimbs[i] c1 := addMulVVW2048(&T[i], &aLimbs[0], d) Y := T[i] * m.m0inv c2 := addMulVVW2048(&T[i], &mLimbs[0], Y) T[n+i], c = bits.Add(c1, c2, c) } copy(x.reset(n).limbs, T[n:]) x.maybeSubtractModulus(choice(c), m) } return x } // addMulVVW multiplies the multi-word value x by the single-word value y, //...
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Wed Jan 29 15:10:35 UTC 2025 - 635K bytes - Viewed (0)