Open cryptoliu17 opened 5 years ago
Hi @cliu717,
depending of the used library (pbc, miracl or relic) different curves are supported. In all cases BN curves are supported. In the standard case the pbc library is used.
The following link lists all supported curves for pairings: https://github.com/JHUISI/charm/blob/dev/charm/toolbox/pairingcurves.py#L79-L84
You can find an example for the use of the curves in the documentation of the BLS signatures: https://jhuisi.github.io/charm/charm/schemes/pksig/pksig_bls04.html
Greetings!
Hi all,
I don't know if Charm includes BN curve? If it doesn't, how to import the BN curve? Could you please provide a example about how to use Charm combined with BN curve?
Thanks!