Skip to content

Commit

Permalink
basemul_cached() is explicitly static, so does not also need MLKEM_NA…
Browse files Browse the repository at this point in the history
…TIVE_INTERNAL_API

Signed-off-by: Rod Chapman <[email protected]>
  • Loading branch information
rod-chapman committed Jan 8, 2025
1 parent 620a50d commit b02dad2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mlkem/poly.c
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,6 @@ void poly_getnoise_eta1122_4x(poly *r0, poly *r1, poly *r2, poly *r3,
* b1 and a twiddle factor. Can be an arbitary int16_t.
************************************************************/
#define basemul_cached MLKEM_NAMESPACE(basemul_cached)
MLKEM_NATIVE_INTERNAL_API
static void basemul_cached(int16_t r[2], const int16_t a[2], const int16_t b[2],
const int16_t b_cached)
__contract__(
Expand Down

0 comments on commit b02dad2

Please sign in to comment.