HomeSort by relevance Sort by last modified time
    Searched refs:kBasePoint (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/crypto/
curve25519.cc 25 // kBasePoint is the base point (generator) of the elliptic curve group.
28 static const unsigned char kBasePoint[32] = {9};
31 curve25519_donna(public_key, private_key, kBasePoint);
p224.cc 706 // kBasePoint is the base point (generator) of the elliptic curve group.
707 static const Point kBasePoint = {
716 ::ScalarMult(out, kBasePoint, scalar, 28);

Completed in 26 milliseconds