Recommended libraries for elliptic curve

Hi,

Are there any recommended libraries if you need to use elliptic curve cryptography in a smart contract?

We do not have any official recommendations.

Any high quality library should do, although you have to be careful that it does not use any floating point operations (or types) since those are not allowed in smart contracts due to issues with nondeterminism.

1 Like