- ecdsa_verify(+Key, +Data, +Signature, +Options) is semidet
- True iff Signature can be verified as the ECDSA signature for
Data, using the EC public key Key.
Options:
- encoding(+Encoding)
- Encoding to use for Data. Default is
hex
. Alternatives
are octet
, utf8
and text
.