ltc_math_descriptor.ecc_ptdbl

ECC GF(p) point double @param P The first point @param R The destination of 2P @param modulus The modulus @param mp The "b" value from montgomery_setup() @return CRYPT_OK on success

struct ltc_math_descriptor
int function(ecc_point* P, ecc_point* R, void* modulus, void* mp) nothrow ecc_ptdbl;

Meta