vertcoin-project / vertcoin-core

A digital currency with mining decentralisation and ASIC resistance as a key focus
https://vertcoin.org
MIT License
350 stars 134 forks source link

tests: add scrypt_tests.cpp to verify sse2 #177

Open vertiond opened 2 years ago

vertiond commented 2 years ago

https://github.com/vertcoin-project/vertcoin-core/pull/175/commits/49f959494ed06d0142447bbdfbba27b104bb786c fixes the --enable-sse2 flag but without a test case we can't be sure that sse2 is indeed working.

We should look into porting a test case such as https://github.com/litecoin-project/litecoin/blob/master/src/test/scrypt_tests.cpp

vertiond commented 1 year ago

scrypt-sse2 removed from future releases until a test case is made