mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-21 04:06:44 +00:00
crypto/keccak: add note that asm impl was removed upstream
This commit is contained in:
parent
bac1bda101
commit
86a2e64c0b
1 changed files with 2 additions and 1 deletions
|
|
@ -1,5 +1,6 @@
|
||||||
This is a vendored and modified copy of golang.org/x/crypto/sha3, with an assembly
|
This is a vendored and modified copy of golang.org/x/crypto/sha3, with an assembly
|
||||||
implementation of keccak256.
|
implementation of keccak256. We wish to retain the assembly implementation,
|
||||||
|
which was removed in v0.44.0.
|
||||||
|
|
||||||
Ethereum uses a 'legacy' variant of Keccak, which was defined before it became SHA3. As
|
Ethereum uses a 'legacy' variant of Keccak, which was defined before it became SHA3. As
|
||||||
such, we cannot use the standard library crypto/sha3 package.
|
such, we cannot use the standard library crypto/sha3 package.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue