Sha256: b690418b3a630d8fc2f2f3c3c471ea7bbcbaad13dd32aa3af3bd150fbc847058

Contents?: true

Size: 648 Bytes

Versions: 3

Compression:

Stored size: 648 Bytes

Contents

/* 37095705934669439343138083508754565189542113879843219016388785533085940283555 */
static const fe25519 d = {
    929955233495203, 466365720129213, 1662059464998953, 2033849074728123, 1442794654840575
};

/* 2 * d =
 * 16295367250680780974490674513165176452449235426866156013048779062215315747161
 */
static const fe25519 d2 = {
    1859910466990425, 932731440258426, 1072319116312658, 1815898335770999, 633789495995903
};

/* sqrt(-1) */
static const fe25519 sqrtm1 = {
    1718705420411056, 234908883556509, 2233514472574048, 2117202627021982, 765476049583133
};

/* A = 486662 */
static const fe25519 curve25519_A = {
    486662, 0, 0, 0, 0
};

Version data entries

3 entries across 3 versions & 2 rubygems

Version Path
laag-libsodium-1.0.16.2 vendor/github.com/jedisct1/libsodium/src/libsodium/crypto_core/ed25519/ref10/fe_51/constants.h
laag-libsodium-1.0.16.0 vendor/github.com/jedisct1/libsodium/src/libsodium/crypto_core/ed25519/ref10/fe_51/constants.h
rbnacl-libsodium-1.0.16 vendor/libsodium/src/libsodium/crypto_core/ed25519/ref10/fe_51/constants.h