Replies: 1 comment 2 replies
-
We don't have it included yet, but uncompressing G1 point is implemented in a PR https://github.com/Consensys/gnark/pull/1489/files#diff-82bd40cb77cb805ac078515edaa5e8daecc2a930afe9cfff1153e9fa4e09f6f2R61 We need to revisit it and refactor a bit, but it should give a starter for implementation. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
In the current lib, there are methods such as MarshalG1. This is serialization in a non-compressed format, but data such as public keys will be used in the compressed format. How to implement compressed format conversion in a circuit?
@ivokub
Beta Was this translation helpful? Give feedback.
All reactions