EC_POINT_oct2point

Decodes a EC_POINT from a octet string

extern (C) nothrow @nogc
int
EC_POINT_oct2point

Parameters

group const(.EC_GROUP)*

underlying EC_GROUP object

p .EC_POINT*

EC_POINT object

buf const(ubyte)*

memory buffer with the encoded ec point

len size_t

length of the encoded ec point

ctx libressl_d.openssl.ossl_typ.BN_CTX*

BN_CTX object (optional)

Return Value

Type: int

1 on success and 0 if an error occured

Meta