Closed hebasto closed 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.
EnableClmul()
HAVE_CLMUL
-Wunused-function
Closes #53.
utACK 4d9db2b897d2872249caaf2e5c3f4e9f247c5acc
All of the
EnableClmul()
function call sites are guarded by theHAVE_CLMUL
macro. Using the same guarding for its definition gets rid of a possible-Wunused-function
compiler warning.Closes #53.