-
-
Notifications
You must be signed in to change notification settings - Fork 131
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
Which Curve is used? #6
Comments
You can use both BN254 and BLS12-381. |
The signature length of BN254 is 256 bits, the signature length of BLS12-381 is 384 bits, and BLS12-381 is more security than BN254. You use two different length standards. Why you choose BLS12-381, why not BN381? And , why you choose BN254, why not 256 bits BLS? For security reason or other reasons? |
You can use BN254, BN381, BN462(if compiled with MCLBN_FP_UNIT_SIZE=8) and BLS12-381. |
There are two 381 bits BN curve : N-381-1 and BN-381-2. The first one is a A Family of Implementation-Friendly BN Elliptic Curves, the second one is used in relic-toolkit. Which one is used when we set MCLBN_FP_UNIT_SIZE=6? And why ? |
The default pairing parameter is BN_254, so please call |
[C#] Documetation and Prepare NuGet
hello,I want to know which Curve is used in you code. Is BLS 12-381 or BN254?
The text was updated successfully, but these errors were encountered: