<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"> P {margin-top:0;margin-bottom:0;} </style>
</head>
<body dir="ltr">
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
I have successfully been able to offload specific ECC functionality via my own engine.  For example, I have been able to offload sign, verify and compute_key methods. My latest task is now to offload, specifically, ECC point multiplication.  I am having a hard
 go at this. Really looking for guidance as to how to accomplish this.  I originally started by trying to create my own EC_METHOD that has a function pointer to my own point multiplication function, but that does not compile as EC_METHOD is now not accessible
 (in OpenSSL 1.1.1).  What I am looking to do is every time EC_POINT_mul is called to call my homegrown function.  Is this even possible?  Any guidance or reading materials would be helpful.  Thanks in advance.<br>
</div>
</body>
</html>