OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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