You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Crypto++ Users
Hi Everyone,
We added Cryptogams code for ARM NEON for SHA1 and SHA256. Cryptogams is the repo maintained by Andy Polyakov. Also see https://github.com/dot-asm/cryptogams .
Andy's code is 30% to 50% faster than our C++ code. It is also faster then the code I was experimenting with. If interested, here are the steps to build Andy's code starting with the Perl sources: https://wiki.openssl.org/index.php/Cryptogams_SHA .
The code can be disabled by opening config_asm.h, and commenting out CRYPTOGAMS_ARM_SHA1 or CRYPTOGAMS_ARM_SHA256.