We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4f3580 commit 682cc9eCopy full SHA for 682cc9e
crypto/kyber/pqcrystals_kyber_ref_common/fips202.h
@@ -11,12 +11,7 @@
11
#define SHA3_512_RATE 72
12
13
#define FIPS202_PREFIX(s) pqcrystals_kyber_fips202_ref_ ## s
14
-
15
-#ifdef BORINGSSL_PREFIX
16
-#define FIPS202_NAMESPACE(s) BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, FIPS202_PREFIX(s))
17
-#else
18
#define FIPS202_NAMESPACE(s) FIPS202_PREFIX(s)
19
-#endif
20
21
typedef struct {
22
uint64_t s[25];
0 commit comments