You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Given the precompiles that are available, we can go with the BN254 curve. The interface for pairings is generic, so we can later swap this for a different curve as well, giving us crypto agility.
EVM chains will not support natively BN254 curve, the only one that is supported natively is alt_bn128 other curves might be supported using custom math, however Gas costs will make them undesirable to be used.
Based on which elliptic curve @rsinha decides we should use, determine the library that needs to be wrapped and used by the Cryptography Module.
@AlfredoG87 needs to verify that the selection will work for smart contracts.
The text was updated successfully, but these errors were encountered: