Handbook
Glossary
ECDSA_verify ( type dgst dgstlen sig siglen eckey -- int )
Vocabulary
openssl
.
libcrypto
Inputs
type
an
object
dgst
an
object
dgstlen
an
object
sig
an
object
siglen
an
object
eckey
an
object
Outputs
int
an
object
Definition
USING:
alien.c-types
alien.syntax
;
IN:
openssl.libcrypto
LIBRARY:
libcrypto
FUNCTION:
int
ECDSA_verify
(
int
type, void* dgst,
int
dgstlen, void* sig,
int
siglen,
void* eckey )