njohnson bc3cc77a0a Fix: Use u32 for loop index in salsa20.cpp
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.
2025-09-10 21:55:10 -04:00
..
2025-09-07 12:36:08 -04:00
2025-08-14 17:30:25 -04:00
2025-09-07 12:36:08 -04:00
2025-09-07 23:16:15 -04:00
2025-09-07 12:36:08 -04:00
2025-08-14 18:50:13 -04:00