Home
last modified time | relevance | path

Searched defs:vli_modSquare_fast (Results 1 – 1 of 1) sorted by relevance

/btstack/3rd-party/micro-ecc/
H A DuECC.c1478 static void vli_modSquare_fast(uECC_word_t *result, const uECC_word_t *left) { in vli_modSquare_fast() function
1486 #define vli_modSquare_fast(result, left) vli_modMult_fast((result), (left), (left)) macro