Closed ppKrauss closed 1 year ago
The SHA256d is the standard hash for Bitcoin (see also its common standards) and for the Brazilian registry offices (see e.g. Uniproof).
In Javascript will be something as
hash = hashlib.sha256(hashlib.sha256(document_bin).digest()).digest()
I can help to implement if necessary... But is very simple for a tool that has already implemented SHA256.
added this page https://emn178.github.io/online-tools/double_sha256.html
The SHA256d is the standard hash for Bitcoin (see also its common standards) and for the Brazilian registry offices (see e.g. Uniproof).
In Javascript will be something as
I can help to implement if necessary... But is very simple for a tool that has already implemented SHA256.