We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf2c577 commit 3b138a8Copy full SHA for 3b138a8
pq/stm32/setup_kyber.patch
@@ -17,7 +17,7 @@ diff -u pqm4_kyber512.old/randombytes.c pqm4_kyber512/randombytes.c
17
-# error "randombytes(...) is not supported on this platform"
18
+ #warning randombytes() is not supported on this platform!
19
+ for (size_t i = 0; i < n; i++) {
20
-+ buf[i] = (uint8_t)i;
++ output[i] = (uint8_t)i;
21
+ }
22
+ return 0;
23
#endif
0 commit comments