mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-14 12:43:40 +02:00
Add crypto opcodes
This commit is contained in:
parent
3e7b8c6aed
commit
7193636d09
7 changed files with 170 additions and 33 deletions
|
|
@ -127,6 +127,8 @@ std::string ScriptErrorString(const ScriptError serror)
|
|||
return "Arithmetic opcodes expect 8 bytes operands";
|
||||
case SCRIPT_ERR_ARITHMETIC64:
|
||||
return "Arithmetic opcode error";
|
||||
case SCRIPT_ERR_ECMULTVERIFYFAIL:
|
||||
return "EC scalar mult verify fail";
|
||||
case SCRIPT_ERR_UNKNOWN_ERROR:
|
||||
case SCRIPT_ERR_ERROR_COUNT:
|
||||
default: break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue