Bitcoin-LE / bitcoinle-core

MIT License
9 stars 4 forks source link

Armv8 sha256 acceleration #7

Open rollmeister opened 6 years ago

rollmeister commented 6 years ago

Can you confirm if /src/crypto/sha256.cpp is where the miner calculates the coin hashes? I wanted to add armv8 acceleration sha2 crypto extension acceleration. I have the c++ code ready.

rollmeister commented 6 years ago

I have made initial attempts at this https://github.com/rollmeister/bitcoinle-core-armv8 important notes added to README.md