RustCrypto / asm-hashes

Assembly implementations of cryptographic hash functions
46 stars 26 forks source link

Emit compilation error when compiled for Windows targets #79

Closed newpavlov closed 5 months ago

newpavlov commented 5 months ago

We do not support MSVC targets and even compiling for GNU toolchain results in incorrect code, so raising explicit compilation errors for Windows targets looks like the best solution for these crates.

Closes #17 Closes #37 Closes #78