mbedtls_mpi_core_shift_l() function
Shift an MPI in-place left by a number of bits. Shifting by more bits than there are bit positions in \p X will produce an unspecified result. This function's execution time depends on the value of \p count (and of course \p limbs).
Arguments
limbs
The number of limbs of \p X. This must be at least 1.
count
The number of bits to shift by.
mbedtls_mpi_core_shift_l() is called by 1 function:
![]()
mbedtls_mpi_core_shift_l()
mbedtls_mpi_core_shift_l():
![]()
mbedtls_mpi_core_shift_l()