LSantos06 / hiraethII

MIT License
0 stars 0 forks source link

SHA256 #4

Closed LSantos06 closed 5 years ago

LSantos06 commented 5 years ago

[1] https://en.wikipedia.org/wiki/SHA-2

Generate the sha256 hash of a message

[1] https://github.com/bitcoin-core/secp256k1/blob/e96901a4b951dfb6336114d223151dd0f5ffb89b/src/hash.h [2] https://github.com/bitcoin-core/secp256k1/blob/e96901a4b951dfb6336114d223151dd0f5ffb89b/src/hash_impl.h [3] https://github.com/bitcoin-core/secp256k1/blob/aa15154a4882a40227a238edef830b85a4942d4f/src/tests.c#L298