Merge pull request #31 from m2049r/m2049r-patch-1

Fix typo and rephrase slightly
This commit is contained in:
Piotr Włodarek 2021-11-10 10:33:35 +00:00 committed by GitHub
commit afa26dd23d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -26,8 +26,8 @@ Monero does **not** employ Keccak for Proof-of-Work. Instead, Keccak is used for
## Keccak-256 vs SHA3-256
SHA3-256 is Keccak-256, except NIST changed padding.
For that reason original Keccak-256 gives in a different hash value than NIST SHA3-256.
SHA3-256 is Keccak-256, except that NIST changed the padding.
For this reason, the original Keccak-256 gives a different hash value than NIST SHA3-256.
Monero uses original Keccak-256.
The NIST standard was only published on August 2015, while Monero went live on 18 April 2014.