Home | History | Annotate | Download | only in libmincrypt

Lines Matching defs:bit0

1067       char bit0 = p256_get_bit(scalar, 31 - i + j);
1071 limb index = bit0 | (bit1 << 1) | (bit2 << 2) | (bit3 << 3);