Handbook
Glossary
EC_POINT_point2oct ( group point form buf len ctx -- int )
Vocabulary
openssl
.
libcrypto
Inputs
group
an
object
point
an
object
form
an
object
buf
an
object
len
an
object
ctx
an
object
Outputs
int
an
object
Definition
USING:
alien.c-types
alien.syntax
;
IN:
openssl.libcrypto
LIBRARY:
libcrypto
FUNCTION:
int
EC_POINT_point2oct
( void* group, void* point,
int
form, void* buf,
int
len,
void* ctx )