Frank Denis 907f3ef887
crypto.salsa20: make the number of rounds a comptime parameter (#13442)
...instead of hard-coding it to 20.

- This is consistent with the ChaCha implementation
- NaCl and libsodium, that this API is designed to interop with,
also support 8 and 12 round variants. The 12 round variant, in
particular, provides the same security level as the 20 round variant,
but is obviously faster.
- scrypt currently uses its own non optimized version of Salsa, just
because it use 8 rounds instead of 20. This will help remove code
duplication.

No behavior nor public API changes. The Salsa20 and XSalsa20 still
represent the 20-round variant.
2022-11-06 23:52:41 +01:00
..
2022-11-04 00:09:27 +03:30
2022-10-30 01:09:31 -07:00
2022-10-06 21:22:20 +03:00
2022-11-04 00:09:27 +03:30
2022-11-04 00:09:27 +03:30
2022-11-04 00:09:27 +03:30
2022-11-04 00:09:27 +03:30
2022-08-23 21:11:02 -07:00
2022-11-04 00:09:27 +03:30
2022-10-25 09:04:04 -07:00
2022-09-11 23:18:43 -04:00
2022-11-04 00:09:27 +03:30
2022-11-04 00:09:27 +03:30
2022-11-04 00:09:27 +03:30
2022-11-04 00:09:27 +03:30
2022-09-13 20:26:04 -04:00