sipa / minisketch

Minisketch: an optimized library for BCH-based set reconciliation
MIT License
310 stars 52 forks source link

Move `#ifdef HAVE_CLMUL` guard outside of the EnableClmul definition #58

Closed hebasto closed 2 years ago

hebasto commented 2 years ago

All of the EnableClmul() function call sites are guarded by the HAVE_CLMUL macro. Using the same guarding for its definition gets rid of a possible -Wunused-function compiler warning.

Closes #53.

sipa commented 2 years ago

utACK 4d9db2b897d2872249caaf2e5c3f4e9f247c5acc