We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hi all - not sure if this is the right place to ask, so feel free to remove if it isnt....
Im looking to get some 32bit arm assembler code ported to the armv8 architecture and am struggling to find anyone to do this work. Could you point me at anybody / companies that would likely be able to take this one on please?
Its basically porting the assembly code here https://github.com/effectsToCause/veriumMiner/tree/main/asm over and also taking advantage of the armv8 features to get the best possible speed.
thank you!
Check openssl 1.1 source code
https://github.com/openssl/openssl/tree/OpenSSL_1_1_0-stable/crypto/aes/asm
https://github.com/openssl/openssl/tree/OpenSSL_1_1_0-stable/crypto/sha/asm
etc...
armv8 versions of various crypto functions already exist :)