mirror of
https://github.com/henrydcase/pqc.git
synced 2024-11-23 07:59:01 +00:00
f4bd312180
* Integrate Kyber-AVX2 into PQClean * Fix types and formatting in Kyber * Workaround a valgrind crash * Remove comment in shuffle.s * Remove some extraneous truncations * fixup! Fix types and formatting in Kyber
9 lines
117 B
C
9 lines
117 B
C
#ifndef CBD_H
|
|
#define CBD_H
|
|
|
|
#include "poly.h"
|
|
|
|
void PQCLEAN_KYBER512_AVX2_cbd(poly *r, const uint8_t *buf);
|
|
|
|
#endif
|