Home
last modified time | relevance | path

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

/hal_espressif-latest/components/mbedtls/port/
Desp_bignum.c175 uint64_t two_2_i = 4; /* 2^i */ in modular_inverse() local
179 if ((mbedtls_mpi_uint) N * t % two_2_i >= two_2_i_minus_1) { in modular_inverse()
184 two_2_i <<= 1; in modular_inverse()