Tobias Brunner
89f4b345e3
ml: Add software implementation of ML-KEM
...
This follows FIPS 203 relatively closely but takes some ideas from the
reference implementation. In particular, how to avoid potential
side-channels via direct C division/modulo operations. However, it just
uses Barrett reduction (no Montgomery reduction) and no negative
coefficients to avoid number format conversions and keep the
implementation clearer.
2024-11-22 14:14:08 +01:00
..
2022-06-28 10:22:56 +02:00
2024-09-07 17:17:07 +02:00
2023-12-09 18:42:27 +00:00
2023-11-14 10:11:16 +01:00
2024-06-17 14:45:52 +02:00
2023-06-19 14:55:48 +02:00
2023-04-27 13:52:34 +02:00
2024-09-19 14:39:13 +02:00
2024-11-22 14:05:36 +01:00
2024-10-25 14:49:11 +02:00
2024-10-16 08:16:43 +02:00
2024-08-07 14:41:28 +02:00
2023-12-14 11:27:25 +01:00
2024-11-22 14:05:36 +01:00
2022-07-18 12:42:24 +02:00
2023-11-14 10:11:16 +01:00
2023-06-02 10:36:47 +02:00
2022-06-28 10:22:56 +02:00
2024-02-29 15:30:40 +01:00
2024-01-16 11:00:29 +01:00
2024-11-22 14:14:08 +01:00
2023-11-06 11:00:51 +01:00
2024-02-29 15:30:40 +01:00
2022-06-28 10:22:56 +02:00
2024-02-29 15:30:40 +01:00
2022-06-28 10:22:56 +02:00
2022-10-05 19:00:46 +02:00
2024-11-22 14:05:36 +01:00
2022-06-28 10:22:56 +02:00
2022-06-28 10:22:56 +02:00
2023-05-08 17:32:18 +02:00
2024-03-07 15:08:00 +01:00
2022-06-28 10:22:56 +02:00
2023-05-08 17:32:18 +02:00
2024-11-22 14:05:36 +01:00
2022-06-28 10:22:56 +02:00
2023-02-22 13:37:45 +01:00
2023-10-03 08:45:22 +02:00