Format & add A

This commit is contained in:
Frank Denis 2017-11-14 21:58:15 +01:00
parent 75d507a434
commit c44d847207

View File

@ -13,3 +13,8 @@ static const fe25519 d2 = {
static const fe25519 sqrtm1 = { static const fe25519 sqrtm1 = {
-32595792, -7943725, 9377950, 3500415, 12389472, -272473, -25146209, -2005654, 326686, 11406482 -32595792, -7943725, 9377950, 3500415, 12389472, -272473, -25146209, -2005654, 326686, 11406482
}; };
/* A = 486662 */
static const fe25519 curve25519_A = {
486662, 0, 0, 0, 0, 0, 0, 0, 0, 0
};