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

idemixgen: introduce option to choose math library #6 #7

Merged
merged 2 commits into from
Nov 5, 2021
Merged

Conversation

adecaro
Copy link
Member

@adecaro adecaro commented Nov 4, 2021

Currently, idemixgen uses math.FP256BN_AMCL as backend for Curve's computation.
This commit make it customizable with an additional parameter 'curve' that can assume values:
FP256BN_AMCL
BN254
FP256BN_AMCL_MIRACL

Signed-off-by: Angelo De Caro [email protected]

Currently, idemixgen uses math.FP256BN_AMCL as backend for Curve's computation.
This commit make it customizable with an additional parameter 'curve' that can assume values:
FP256BN_AMCL
BN254
FP256BN_AMCL_MIRACL

Signed-off-by: Angelo De Caro <[email protected]>
Signed-off-by: Angelo De Caro <[email protected]>
@ale-linux ale-linux merged commit 9e4e144 into main Nov 5, 2021
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

Successfully merging this pull request may close these issues.

2 participants