const
library
Properties
-
A
↔ FieldElement
-
A is a constant in the Montgomery-form of curve25519.
getter/setter pair
-
base
↔ List
-
base contains precomputed multiples of the base-point. See the Ed25519 paper
for a discussion about how these values are used.
getter/setter pair
-
bi
↔ List
-
bi contains precomputed multiples of the base-point. See the Ed25519 paper
for a discussion about how these values are used.
getter/setter pair
-
d
↔ FieldElement
-
getter/setter pair
-
d2
↔ FieldElement
-
d2 is 2*d.
getter/setter pair
-
SqrtM1
↔ FieldElement
-
SqrtM1 is the square-root of -1 in the field.
getter/setter pair