gmo-ierae / low-latency-crypto-areion

This software provides a reference code of the low-latency cryptographic permutation algorithm Areion.
MIT License
17 stars 3 forks source link

A patch for Visual Studio on Windows #3

Open herumi opened 3 months ago

herumi commented 3 months ago

I make a minimum patch for Visual Studio (VS).

VS does not support __m128i_u and variable-length array, so I avoid using them.