mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Document keccak256 in assembly
This commit is contained in:
parent
59d3a9d169
commit
524a52660d
@ -182,6 +182,8 @@ In the grammar, opcodes are represented as pre-defined identifiers.
|
||||
+-------------------------+------+-----------------------------------------------------------------+
|
||||
| signextend(i, x) | | sign extend from (i*8+7)th bit counting from least significant |
|
||||
+-------------------------+------+-----------------------------------------------------------------+
|
||||
| keccak256(p, n) | | keccak(mem[p...(p+n))) |
|
||||
+-------------------------+------+-----------------------------------------------------------------+
|
||||
| sha3(p, n) | | keccak(mem[p...(p+n))) |
|
||||
+-------------------------+------+-----------------------------------------------------------------+
|
||||
| jump(label) | `-` | jump to label / code position |
|
||||
|
Loading…
Reference in New Issue
Block a user