ctGetBitBigInt
Extracts a bit from a BigInt scalar in constant time.
Parameters
scalar | The BigInt value. |
bitIndex | The index of the bit to extract (0 = LSB). |
Returns
0 or 1 depending on the bit value.
Extracts a bit from a BigInt scalar in constant time.
scalar | The BigInt value. |
bitIndex | The index of the bit to extract (0 = LSB). |