remove static keyword from function definition

Signed-off-by: Anjan Roy <hello@itzmeanjan.in>
This commit is contained in:
Anjan Roy
2023-06-02 17:25:33 +04:00
parent b906216e33
commit 36617b1753

View File

@@ -18,7 +18,7 @@ namespace kyber_utils {
//
// See algorithm 1, defined in Kyber specification
// https://pq-crystals.org/kyber/data/kyber-specification-round3-20210804.pdf
static inline void
inline void
parse(shake128::shake128<false>& hasher, // Squeezes bytes
field::zq_t* const __restrict poly // Degree 255 polynomial
)