mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-16 13:01:19 +02:00
Add crypto opcodes
This commit is contained in:
parent
3e7b8c6aed
commit
7193636d09
7 changed files with 170 additions and 33 deletions
|
|
@ -95,10 +95,11 @@ typedef enum ScriptError_t
|
|||
SCRIPT_ERR_INTROSPECT_CONTEXT_UNAVAILABLE,
|
||||
SCRIPT_ERR_INTROSPECT_INDEX_OUT_OF_BOUNDS,
|
||||
SCRIPT_ERR_EXPECTED_8BYTES,
|
||||
SCRIPT_ERR_ARITHMETIC64
|
||||
SCRIPT_ERR_ARITHMETIC64,
|
||||
SCRIPT_ERR_ECMULTVERIFYFAIL
|
||||
} ScriptError;
|
||||
|
||||
#define SCRIPT_ERR_LAST SCRIPT_ERR_ARITHMETIC64
|
||||
#define SCRIPT_ERR_LAST SCRIPT_ERR_ECMULTVERIFYFAIL
|
||||
|
||||
std::string ScriptErrorString(const ScriptError error);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue