Open rollmeister opened 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.
I have made initial attempts at this https://github.com/rollmeister/bitcoinle-core-armv8 important notes added to README.md
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.