XPlor/libs/encryption
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-04-04 20:34:24 -04:00
2025-04-04 20:39:36 -04:00
2025-03-01 20:38:52 -05:00
2025-03-01 20:38:52 -05:00
2025-08-14 17:30:25 -04:00
2025-04-04 20:34:24 -04:00
2025-09-07 12:36:08 -04:00
2025-04-04 20:39:36 -04:00