You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
E.g. ecdsa_verify can throw an exception like this one: Key.read_pk_exn: public key is invalid and schnorr_verify would report something like schnorr_verify: internal error..
This is not going to be the case after the 0.12.0 release.
The text was updated successfully, but these errors were encountered:
anton-trunov
changed the title
Document that ecdsa_verify and ecdsa_verify builtins can throw exception if input data is malformed
Document that ecdsa_verify and schnorr_verify builtins can throw exception if input data is malformed
Aug 19, 2022
E.g.
ecdsa_verify
can throw an exception like this one:Key.read_pk_exn: public key is invalid
andschnorr_verify
would report something likeschnorr_verify: internal error.
.This is not going to be the case after the 0.12.0 release.
The text was updated successfully, but these errors were encountered: