Security Scol plugin
|
This is the complete list of members for ECP, including all inherited members.
Accumulate(Element &a, const Element &b) const | AbstractGroup< ECPPoint > | virtual |
Add(const Point &P, const Point &Q) const | ECP | virtual |
BERDecodePoint(BufferedTransformation &bt) const | ECP | virtual |
CascadeMultiply(const Integer &k1, const Point &P, const Integer &k2, const Point &Q) const (defined in ECP) | ECP | inline |
CascadeScalarMultiply(const Point &P, const Integer &k1, const Point &Q, const Integer &k2) const (defined in ECP) | ECP | |
AbstractGroup< ECPPoint >::CascadeScalarMultiply(const Element &x, const Integer &e1, const Element &y, const Integer &e2) const | AbstractGroup< ECPPoint > | virtual |
DecodePoint(Point &P, BufferedTransformation &bt, size_t len) const | ECP | virtual |
DecodePoint(Point &P, const byte *encodedPoint, size_t len) const | ECP | virtual |
DEREncode(BufferedTransformation &bt) const | ECP | |
DEREncodePoint(BufferedTransformation &bt, const Point &P, bool compressed) const | ECP | virtual |
Double(const Point &P) const (defined in ECP) | ECP | |
AbstractGroup< ECPPoint >::Double(const Element &a) const | AbstractGroup< ECPPoint > | virtual |
ECP() | ECP | inline |
ECP(const ECP &ecp, bool convertToMontgomeryRepresentation) | ECP | |
ECP(const Integer &modulus, const FieldElement &a, const FieldElement &b) | ECP | inline |
ECP(BufferedTransformation &bt) | ECP | |
EncodedPointSize(bool compressed=false) const | ECP | inlinevirtual |
EncodePoint(byte *encodedPoint, const Point &P, bool compressed) const | ECP | virtual |
EncodePoint(BufferedTransformation &bt, const Point &P, bool compressed) const | ECP | virtual |
Equal(const Point &P, const Point &Q) const | ECP | virtual |
Field typedef (defined in ECP) | ECP | |
FieldElement typedef (defined in ECP) | ECP | |
FieldSize() const (defined in ECP) | ECP | inline |
GetA() const (defined in ECP) | ECP | inline |
GetB() const (defined in ECP) | ECP | inline |
GetField() const (defined in ECP) | ECP | inline |
Identity() const | ECP | virtual |
Inverse(const Point &P) const | ECP | virtual |
InversionIsFast() const | ECP | inlinevirtual |
Multiply(const Integer &k, const Point &P) const (defined in ECP) | ECP | inline |
operator==(const ECP &rhs) const (defined in ECP) | ECP | inline |
Point typedef (defined in ECP) | ECP | |
Reduce(Element &a, const Element &b) const | AbstractGroup< ECPPoint > | virtual |
ScalarMultiply(const Point &P, const Integer &k) const (defined in ECP) | ECP | |
AbstractGroup< ECPPoint >::ScalarMultiply(const Element &a, const Integer &e) const | AbstractGroup< ECPPoint > | virtual |
SimultaneousMultiply(Point *results, const Point &base, const Integer *exponents, unsigned int exponentsCount) const (defined in ECP) | ECP | |
AbstractGroup< ECPPoint >::SimultaneousMultiply(Element *results, const Element &base, const Integer *exponents, unsigned int exponentsCount) const | AbstractGroup< ECPPoint > | virtual |
Subtract(const Element &a, const Element &b) const | AbstractGroup< ECPPoint > | virtual |
ValidateParameters(RandomNumberGenerator &rng, unsigned int level=3) const (defined in ECP) | ECP | |
VerifyPoint(const Point &P) const | ECP | virtual |
~ECP() (defined in ECP) | ECP | inlinevirtual |