Constant curve25519_dalek::constants::ED25519_BASEPOINT_POINT [] [src]

pub const ED25519_BASEPOINT_POINT: EdwardsPoint = EdwardsPoint{X:
                 FieldElement64([1738742601995546, 1146398526822698,
                                 2070867633025821, 562264141797630,
                                 587772402128613]),
             Y:
                 FieldElement64([1801439850948184, 1351079888211148,
                                 450359962737049, 900719925474099,
                                 1801439850948198]),
             Z: FieldElement64([1, 0, 0, 0, 0]),
             T:
                 FieldElement64([1841354044333475, 16398895984059,
                                 755974180946558, 900171276175154,
                                 1821297809914039]),}

The Ed25519 basepoint, as an EdwardsPoint.

This is called _POINT to distinguish it from ED25519_BASEPOINT_TABLE, which should be used for scalar multiplication (it's much faster).