Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Libert-Quisquater05 uses symmetric pairing, not asymmetric optimal ate pairing as constructed in bn256 #3

Open
PeterCCLiu opened this issue Aug 12, 2022 · 0 comments

Comments

@PeterCCLiu
Copy link

PeterCCLiu commented Aug 12, 2022

Hello,

Correct me if I'm wrong, but isn't that this paper "Identity Based Encryption Without Redundancy" you are trying to implement in ibe/ibe.go uses a symmetric pairing where G1xG1->G2?

But you used bn256 to perform pairing operations, which is constructed by the optimal ate pairing where G1xG2->GT. That means all functions bn256.Pair() you used in ibe/ibe.go have some problems, for example this line.

Looking forward to your reply,
Peter

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant