From acd87063097636b8b1a007c69f25887b56058306 Mon Sep 17 00:00:00 2001 From: Jason Cobb Date: Wed, 30 May 2018 16:34:20 -0400 Subject: Remove documentation references to sha3 --- docs/assembly.rst | 2 -- 1 file changed, 2 deletions(-) (limited to 'docs') diff --git a/docs/assembly.rst b/docs/assembly.rst index f7b721ab..edc826ac 100644 --- a/docs/assembly.rst +++ b/docs/assembly.rst @@ -220,8 +220,6 @@ In the grammar, opcodes are represented as pre-defined identifiers. +-------------------------+-----+---+-----------------------------------------------------------------+ | keccak256(p, n) | | F | keccak(mem[p...(p+n))) | +-------------------------+-----+---+-----------------------------------------------------------------+ -| sha3(p, n) | | F | keccak(mem[p...(p+n))) | -+-------------------------+-----+---+-----------------------------------------------------------------+ | jump(label) | `-` | F | jump to label / code position | +-------------------------+-----+---+-----------------------------------------------------------------+ | jumpi(label, cond) | `-` | F | jump to label if cond is nonzero | -- cgit v1.2.3