cryptography-cafe / curve25519-elisabeth

Pure Java implementation of group operations on ristretto255 and Curve25519
Other
26 stars 9 forks source link

Create an EdwardsBasepointTable constant for the Ed25519 basepoint #8

Closed str4d closed 5 years ago

str4d commented 5 years ago

We should at least compute it when the library is loaded. Ideally we could hard-code the table itself, but it would be somewhat unwieldy, so we'd need to probably build the constant at compile-time.