This commit replaces the `int i` loop index with `u32 i` in the `ECRYPT_encrypt_bytes` function. This ensures consistency with the rest of the code, which uses `u32` for various indices and counts, and avoids potential warnings or errors related to type mismatches.
Description
No description provided
Release 1.6
Latest
Languages
C++
42.4%
Mathematica
39.3%
C
17.8%
QMake
0.5%