Searched refs:sqrtm1 (Results 1 – 2 of 2) sorted by relevance
/external/boringssl/src/third_party/fiat/ | ||
D | curve25519_tables.h | 37 static const fe sqrtm1 = {{ variable |
D | curve25519.c | 544 fe_mul_ttt(&h->X, &h->X, &sqrtm1); in x25519_ge_frombytes_vartime() |