stacks-network / clarity-wasm

`clar2wasm` is a compiler for generating WebAssembly from Clarity.
GNU General Public License v3.0
12 stars 9 forks source link

secp256k1-verify runtime error handling #384

Closed csgui closed 1 week ago

csgui commented 2 months ago

secp256k1-verify should throw Unchecked(TypeValueError(... runtime error when:

  1. Message hash too short

  2. Public key is too short

csgui commented 1 week ago

Fixed by #379