Skip to content

Commit b97ebaf

Browse files
authored
Merge pull request #11716 from Messi-Q/patch-web
Fixed links as per issue #11715
2 parents 2b08236 + 7df68b9 commit b97ebaf

File tree

1 file changed

+1
-1
lines changed
  • src/content/developers/docs/consensus-mechanisms/pow/mining-algorithms/ethash

1 file changed

+1
-1
lines changed

src/content/developers/docs/consensus-mechanisms/pow/mining-algorithms/ethash/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ ACCESSES = 64 # number of accesses in hashimoto loop
4747
Ethereum's development coincided with the development of the SHA3 standard, and the
4848
standards process made a late change in the padding of the finalized hash algorithm, so that Ethereum's
4949
"sha3_256" and "sha3_512" hashes are not standard sha3 hashes, but a variant often referred
50-
to as "Keccak-256" and "Keccak-512" in other contexts. See discussion, e.g. [here](https://eips.ethereum.org/EIPS-1803), [here](http://ethereum.stackexchange.com/questions/550/which-cryptographic-hash-function-does-ethereum-use), or [here](http://bitcoin.stackexchange.com/questions/42055/what-is-the-approach-to-calculate-an-ethereum-address-from-a-256-bit-private-key/42057#42057).
50+
to as "Keccak-256" and "Keccak-512" in other contexts. See discussion, e.g. [here](https://eips.ethereum.org/EIPS/eip-1803), [here](http://ethereum.stackexchange.com/questions/550/which-cryptographic-hash-function-does-ethereum-use), or [here](http://bitcoin.stackexchange.com/questions/42055/what-is-the-approach-to-calculate-an-ethereum-address-from-a-256-bit-private-key/42057#42057).
5151

5252
Please keep that in mind as "sha3" hashes are referred to in the description of the algorithm below.
5353

0 commit comments

Comments
 (0)