4 Commits

Author SHA1 Message Date
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
njohnson
abd1a6a051 Lotta asset-based changes. 2025-09-07 12:36:08 -04:00
=
b620477446 Oh yeah 2025-04-23 00:09:35 -04:00
=
a8054e2aeb Remove .zone files. 2025-04-04 20:34:24 -04:00