-
Notifications
You must be signed in to change notification settings - Fork 374
Open
Labels
T-designType: discuss API design and/or researchType: discuss API design and/or researchT-questionType: questionType: question
Description
Hello,
I need to serialize GT elements for bls12-381.
I noticed that the 12 field elements that form a GT element of bls12-381 generated by your library are different from the ones serialized by the MCL Library in C/C++, so I wonder whether this can depend on some inner details of your implementation that differ from MCL.
Here you can find more details about GT in mcl:
https://github.com/herumi/mcl/blob/master/api.md#notation
Can you kindly provide an overview of the implementation details of GT in your library that can be relevant to serialize/deserialize in a nice way possibly compatible with MCL and other libraries?
Thanks in advance
Metadata
Metadata
Assignees
Labels
T-designType: discuss API design and/or researchType: discuss API design and/or researchT-questionType: questionType: question