EC_POINT_dup

Creates a new EC_POINT object and copies the content of the supplied EC_POINT \param src source EC_POINT object \param group underlying the EC_GROUP object \return newly created EC_POINT object or null if an error occurred

extern (C) nothrow @nogc
EC_POINT_dup
(
const(.EC_POINT)* src
,
const(.EC_GROUP)* group
)

Meta