Hi everyone, I have this key pair (generated by an external system on curve Baby JubJub in Twisted Edwards form)
PK: "0x02280511f47f149bb5d113f62107cef1aaa97d5be5b5ac4a777743420acdeeee07" (compressed) SK: "0XAAB2298B277BB96C2E66F4F035699D8FC2E49E03AEBDF07CD8846F2C6693A1" I'm trying to convert the PK to Weierstrass form and then check it, but, after conversion the check (on this converted PK) fails. The derived public key (retrieved from SK) doesn't match to the public key that I converted. Could anyone help me? My Visual Studio project is attached. Best regards Fabrizio
<<attachment: TimeCrypt.Test.zip>>