0
I was looking at Bitcoin Core code to use its SHA256 code but am confused on where I should be looking at.
In bitcoin/src/crypto/sha256.h there is CSHA256
and in bitcoin/src/crypto/sha256.cpp there are namespaces named sha256_sse4, sha256_shani.
And then there is bitcoin/src/hash.h
Explanations and guidance would be greatly appreciated.
Can you give an example code? – kcalvinalvin – 2019-06-04T10:36:53.827
@KCalvin edited. – MCCCS – 2019-06-04T12:45:45.063