Skip to content

Commit 682cc9e

Browse files
committed
Simplify shake's prefix as well
1 parent f4f3580 commit 682cc9e

File tree

1 file changed

+0
-5
lines changed
  • crypto/kyber/pqcrystals_kyber_ref_common

1 file changed

+0
-5
lines changed

crypto/kyber/pqcrystals_kyber_ref_common/fips202.h

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,7 @@
1111
#define SHA3_512_RATE 72
1212

1313
#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
1814
#define FIPS202_NAMESPACE(s) FIPS202_PREFIX(s)
19-
#endif
2015

2116
typedef struct {
2217
uint64_t s[25];

0 commit comments

Comments
 (0)