Hey,
I played around with different compiler settings, but didn’t notice any proper speed gains in pubkey generation, signing and verification. I’m wondering if these scalar functions are optimized to use SIMD instructions by default (-march=native, -O2/O3)? Or would should the code be replaced with intrisinc functions in order to use e.g. AVX.
Thanks