Home
last modified time | relevance | path

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

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