sphincs / sphincsplus

The SPHINCS+ reference code, accompanying the submission to NIST's Post-Quantum Cryptography project
https://sphincs.org
Other
131 stars 44 forks source link

Fix AVX2 casts for Windows #48

Closed thomwiggers closed 1 year ago

thomwiggers commented 1 year ago

MSVC chokes on simple casts on AVX2 registers. Instead, use the cast instructions, which should just compile away.