Is it possible to do plain SIDH with this library?
I've got a case where a drop-in DH equivalent would be nice, and the keys are ephemeral and would only be used once so the reuse caveats of SIDH do not apply.
Seems all the math is there but there is no documented way to do it. Guessing the incantation is isogen2 / isoex2 and isogen3 / isoex3 for Alice and Bob respectively.
Is it possible to do plain SIDH with this library?
I've got a case where a drop-in DH equivalent would be nice, and the keys are ephemeral and would only be used once so the reuse caveats of SIDH do not apply.
Seems all the math is there but there is no documented way to do it. Guessing the incantation is
isogen2 / isoex2andisogen3 / isoex3for Alice and Bob respectively.