mirror of
https://github.com/monero-project/monero-docs.git
synced 2024-12-23 03:59:23 +00:00
Merge pull request #31 from m2049r/m2049r-patch-1
Fix typo and rephrase slightly
This commit is contained in:
commit
afa26dd23d
1 changed files with 2 additions and 2 deletions
|
@ -26,8 +26,8 @@ Monero does **not** employ Keccak for Proof-of-Work. Instead, Keccak is used for
|
||||||
|
|
||||||
## Keccak-256 vs SHA3-256
|
## Keccak-256 vs SHA3-256
|
||||||
|
|
||||||
SHA3-256 is Keccak-256, except NIST changed padding.
|
SHA3-256 is Keccak-256, except that NIST changed the padding.
|
||||||
For that reason original Keccak-256 gives in a different hash value than NIST SHA3-256.
|
For this reason, the original Keccak-256 gives a different hash value than NIST SHA3-256.
|
||||||
|
|
||||||
Monero uses original Keccak-256.
|
Monero uses original Keccak-256.
|
||||||
The NIST standard was only published on August 2015, while Monero went live on 18 April 2014.
|
The NIST standard was only published on August 2015, while Monero went live on 18 April 2014.
|
||||||
|
|
Loading…
Reference in a new issue