Home | History | Annotate | Download | only in curve25519

Lines Matching defs:bytes

1206     const uint8_t *bytes = &precomp_table[i*(2 * 32)];
1208 fe_frombytes(x, bytes);
1209 fe_frombytes(y, bytes + 32);
1253 * one. The standard table is 30,720 bytes while this one is just 960.