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

[Req] How to generate BLS12-318 curve parameters #288

Open
pietrotedeschi opened this issue Jan 17, 2023 · 1 comment
Open

[Req] How to generate BLS12-318 curve parameters #288

pietrotedeschi opened this issue Jan 17, 2023 · 1 comment

Comments

@pietrotedeschi
Copy link

Do you know how to generate the parameters for the pairing curve BLS12-318 in PBC (and use them in charm crypto)?
Which type of curve is this one? Type f?

@PekeDevil
Copy link

The part about pairing groups in the documentation may be useful for you.

However, according to this code: https://github.com/JHUISI/charm/blob/dev/charm/toolbox/pairingcurves.py#L79-L84 the only PBC curves supported by charm are SS512, SS1024, MNT159, MNT201, MNT224 and BN254.

Finally, regarding the question about curve type, it may be more useful for you to ask that in a crypto stack exchange like this one: https://crypto.stackexchange.com/questions/62183/understanding-bls12-381-curve

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

2 participants