miketout / verushashpy

Native verushash module for Python 3.5+
Other
0 stars 4 forks source link

Use newer sse2neon to avoid duplicated code and get better Arm/Aarch64 support #1

Open jserv opened 4 years ago

jserv commented 4 years ago

File src/crypto/verus_clhash.cpp implemented some intrinsics what the original sse2neon lacked of. The updated fork DLTcollab/sse2neon already provides the necessary intrinsics, and it should have enough coverage for clhash implementation.

Please consider to switch to DLTcollab/sse2neon.

miketout commented 1 year ago

Thank you! We'll update soon!