- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for reverseBits (0.17 sec)
-
lib/fips140/v1.1.0-rc1.zip
byteorder.BEUint64(H[:8]), byteorder.BEUint64(H[8:]), } productTable[reverseBits(1)] = x for i := 2; i < 16; i += 2 { productTable[reverseBits(i)] = ghashDouble(&productTable[reverseBits(i/2)]) productTable[reverseBits(i+1)] = ghashAdd(&productTable[reverseBits(i)], &x) } var y gcmFieldElement for _, input := range inputs { ghashUpdate(&productTable, &y, input) } byteorder.BEPutUint64(out[:], y.low) byteorder.BEPutUint64(out[8:], y.high) } // reverseBits reverses the order of the bits of 4-bit number in i. func...
Registered: Tue Dec 30 11:13:12 UTC 2025 - Last Modified: Thu Dec 11 16:27:41 UTC 2025 - 663K bytes - Viewed (0)