Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to tweak the playground example EdDSA to use compressed PublicKey and Signatures as circuits inputs vs the present X/Y, an X/Y/S inputs.
I am also very new to go in general so that probably isn't helping me either here.
Looking at eddsa.PublicKey/Signature there are helper functions that take in a buf that is a compressed version of the input and sets X/Y and X/Y/S.
That is struct used the example and I assumed (wrongly) I could do something like:
That is very obviously wrong but I am struggling on how to figure out how to convert my input which is compressed in a hex string to th needed X/Y and X/Y/R values to feed into the circuit example.
Beta Was this translation helpful? Give feedback.
All reactions