Searched refs:wordsPerPoly (Results 1 – 1 of 1) sorted by relevance
26 wordsPerPoly = (N + bitsPerWord - 1) / bitsPerWord const58 s [wordsPerPoly]uint59 a [wordsPerPoly]uint63 p.s[wordsPerPoly-1] &= (1 << bitsInLastWord) - 164 p.a[wordsPerPoly-1] &= (1 << bitsInLastWord) - 1274 func cmovWords(out, in *[wordsPerPoly]uint, mov uint) {280 func rotWords(out, in *[wordsPerPoly]uint, bits uint) {288 carry := in[wordsPerPoly-1]295 out[wordsPerPoly-1] = carry300 func rotBits(out, in *[wordsPerPoly]uint, bits uint) {[all …]