Places
Home
Graphs
Prefixes
Admin
Users
Settings
Plugins
Statistics
Repository
Load local file
Load from HTTP
Load from library
Remove triples
Clear repository
RDF quality heuristics
Query
YASGUI SPARQL Editor
Simple Form
SWISH Prolog shell
Help
Documentation
Tutorial
Roadmap
HTTP Services
Login
3.6.1 ECDSA
All
Application
Manual
Name
Summary
Help
Documentation
Reference manual
Packages
SWI-Prolog SSL Interface
library(crypto): Cryptography and authentication library
Digital signatures
ECDSA
ecdsa_sign/4
ecdsa_verify/4
Availability:
:- use_module(
library(crypto)
).
(can be autoloaded)
[semidet]
ecdsa_verify
(
+Key, +Data, +Signature, +Options
)
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
.
ClioPatria
(version
V3.1.1-40-g9d9e003
)