Replies: 1 comment 5 replies
-
Hey -- you can access serialization functions in gnark-crypto, for example here: https://pkg.go.dev/github.com/consensys/gnark-crypto/ecc/bn254#G2Affine.Marshal or here: https://pkg.go.dev/github.com/consensys/gnark-crypto/ecc/bn254#G2Affine.Bytes |
Beta Was this translation helpful? Give feedback.
5 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.
-
I'm using gnark to develop a project. I found that the method of MarshalG1 is provided in lib, but no related method of MarshalG2 is found. So how do I serialize G2?
@ivokub
Beta Was this translation helpful? Give feedback.
All reactions