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-09-07 12:36:08 -04:00
2025-09-07 12:36:08 -04:00
2025-09-07 12:38:30 -04:00
Description
No description provided
1.8 GiB
Release 1.6 Latest
2025-06-04 23:23:08 -04:00
Languages
C++ 42.4%
Mathematica 39.3%
C 17.8%
QMake 0.5%