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

pub const ED25519_BASEPOINT_POINT: EdwardsPoint = EdwardsPoint{X:
                 FieldElement32([52811034, 25909283, 16144682, 17082669,
                                 27570973, 30858332, 40966398, 8378388,
                                 20764389, 8758491]),
             Y:
                 FieldElement32([40265304, 26843545, 13421772, 20132659,
                                 26843545, 6710886, 53687091, 13421772,
                                 40265318, 26843545]),
             Z: FieldElement32([1, 0, 0, 0, 0, 0, 0, 0, 0, 0]),
             T:
                 FieldElement32([28827043, 27438313, 39759291, 244362,
                                 8635006, 11264893, 19351346, 13413597,
                                 16611511, 27139452]),}

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).