Home
last modified time | relevance | path

Searched refs:recip (Results 1 – 1 of 1) sorted by relevance

/mcuboot-3.4.0/ext/fiat/src/
Dcurve25519.c408 fe recip; in x25519_ge_tobytes() local
412 fe_invert(&recip, &h->Z); in x25519_ge_tobytes()
413 fe_mul_ttt(&x, &h->X, &recip); in x25519_ge_tobytes()
414 fe_mul_ttt(&y, &h->Y, &recip); in x25519_ge_tobytes()