|
bool | IsIdentity (const Integer &element) const |
| Determines if an element is an identity.
|
|
void | SimultaneousExponentiate (Element *results, const Element &base, const Integer *exponents, unsigned int exponentsCount) const |
|
Element | MultiplyElements (const Element &a, const Element &b) const |
|
Element | CascadeExponentiate (const Element &element1, const Integer &exponent1, const Element &element2, const Integer &exponent2) const |
|
bool | GetVoidValue (const char *name, const std::type_info &valueType, void *pValue) const |
| Get a named value.
|
|
void | AssignFrom (const NameValuePairs &source) |
| Assign values to this object.
|
|
const DL_FixedBasePrecomputation< Element > & | GetBasePrecomputation () const |
| Retrieves the group precomputation.
|
|
DL_FixedBasePrecomputation< Element > & | AccessBasePrecomputation () |
| Retrieves the group precomputation.
|
|
const Integer & | GetModulus () const |
| Retrieve the modulus for the group.
|
|
const Integer & | GetGenerator () const |
| Retrieves a reference to the group generator.
|
|
void | SetModulusAndSubgroupGenerator (const Integer &p, const Integer &g) |
|
bool | operator== (const DL_GroupParameters_IntegerBasedImpl< DL_GroupPrecomputation_LUC, DL_BasePrecomputation_LUC > &rhs) const |
|
bool | operator!= (const DL_GroupParameters_IntegerBasedImpl< DL_GroupPrecomputation_LUC, DL_BasePrecomputation_LUC > &rhs) const |
|
const DL_GroupPrecomputation< Element > & | GetGroupPrecomputation () const |
| Retrieves the group precomputation.
|
|
const DL_FixedBasePrecomputation< Element > & | GetBasePrecomputation () const |
| Retrieves the group precomputation.
|
|
DL_FixedBasePrecomputation< Element > & | AccessBasePrecomputation () |
| Retrieves the group precomputation.
|
|
void | Initialize (const DL_GroupParameters_IntegerBased ¶ms) |
| Initialize a group parameters over integers.
|
|
void | Initialize (RandomNumberGenerator &rng, unsigned int pbits) |
| Create a group parameters over integers.
|
|
void | Initialize (const Integer &p, const Integer &g) |
| Initialize a group parameters over integers.
|
|
void | Initialize (const Integer &p, const Integer &q, const Integer &g) |
| Initialize a group parameters over integers.
|
|
void | BERDecode (BufferedTransformation &bt) |
| Decode this object from a BufferedTransformation.
|
|
void | DEREncode (BufferedTransformation &bt) const |
| Encode this object into a BufferedTransformation.
|
|
void | GenerateRandom (RandomNumberGenerator &rng, const NameValuePairs &alg) |
| Generate a random key.
|
|
const Integer & | GetSubgroupOrder () const |
| Retrieves the subgroup order.
|
|
Integer | GetGroupOrder () const |
| Retrieves the order of the group.
|
|
bool | ValidateGroup (RandomNumberGenerator &rng, unsigned int level) const |
| Check the group for errors.
|
|
bool | ValidateElement (unsigned int level, const Integer &element, const DL_FixedBasePrecomputation< Integer > *precomp) const |
| Check the element for errors.
|
|
bool | FastSubgroupCheckAvailable () const |
| Determine if subgroup membership check is fast.
|
|
void | EncodeElement (bool reversible, const Element &element, byte *encoded) const |
| Encodes the element.
|
|
unsigned int | GetEncodedElementSize (bool reversible) const |
| Retrieve the encoded element's size.
|
|
Integer | DecodeElement (const byte *encoded, bool checkForGroupMembership) const |
| Decodes the element.
|
|
Integer | ConvertElementToInteger (const Element &element) const |
| Converts an element to an Integer.
|
|
Integer | GetMaxExponent () const |
| Retrieve the maximum exponent for the group.
|
|
OID | GetAlgorithmID () const |
| Retrieve the OID of the algorithm.
|
|
void | SetSubgroupOrder (const Integer &q) |
| Set subgroup order.
|
|
void | Save (BufferedTransformation &bt) const |
| DER encode ASN.1 object.
|
|
void | Load (BufferedTransformation &bt) |
| BER decode ASN.1 object.
|
|
virtual void | BEREncode (BufferedTransformation &bt) const |
| Encode this object into a BufferedTransformation.
|
|
bool | Validate (RandomNumberGenerator &rng, unsigned int level) const |
| Check this object for errors.
|
|
bool | SupportsPrecomputation () const |
| Determines whether the object supports precomputation.
|
|
void | Precompute (unsigned int precomputationStorage=16) |
| Perform precomputation.
|
|
void | LoadPrecomputation (BufferedTransformation &storedPrecomputation) |
| Retrieve previously saved precomputation.
|
|
void | SavePrecomputation (BufferedTransformation &storedPrecomputation) const |
| Save precomputation for later use.
|
|
virtual const Element & | GetSubgroupGenerator () const |
| Retrieves the subgroup generator.
|
|
virtual void | SetSubgroupGenerator (const Element &base) |
| Sets the subgroup generator.
|
|
virtual Element | ExponentiateBase (const Integer &exponent) const |
| Exponentiates the base.
|
|
virtual Element | ExponentiateElement (const Element &base, const Integer &exponent) const |
| Exponentiates an element.
|
|
virtual Integer | GetCofactor () const |
| Retrieves the cofactor.
|
|
virtual void | SimultaneousExponentiate (Element *results, const Element &base, const Integer *exponents, unsigned int exponentsCount) const=0 |
| Exponentiates a base to multiple exponents.
|
|
void | GenerateRandomWithKeySize (RandomNumberGenerator &rng, unsigned int keySize) |
| Generate a random key or crypto parameters.
|
|
virtual void | ThrowIfInvalid (RandomNumberGenerator &rng, unsigned int level) const |
| Check this object for errors.
|
|
void | DoQuickSanityCheck () const |
| Perform a quick sanity check.
|
|
template<class T > |
bool | GetThisObject (T &object) const |
| Get a copy of this object or subobject.
|
|
template<class T > |
bool | GetThisPointer (T *&ptr) const |
| Get a pointer to this object.
|
|
template<class T > |
bool | GetValue (const char *name, T &value) const |
| Get a named value.
|
|
template<class T > |
T | GetValueWithDefault (const char *name, T defaultValue) const |
| Get a named value.
|
|
CRYPTOPP_DLL std::string | GetValueNames () const |
| Get a list of value names that can be retrieved.
|
|
CRYPTOPP_DLL bool | GetIntValue (const char *name, int &value) const |
| Get a named value with type int.
|
|
CRYPTOPP_DLL int | GetIntValueWithDefault (const char *name, int defaultValue) const |
| Get a named value with type int, with default.
|
|
CRYPTOPP_DLL bool | GetWord64Value (const char *name, word64 &value) const |
| Get a named value with type word64.
|
|
CRYPTOPP_DLL word64 | GetWord64ValueWithDefault (const char *name, word64 defaultValue) const |
| Get a named value with type word64, with default.
|
|
template<class T > |
void | GetRequiredParameter (const char *className, const char *name, T &value) const |
| Retrieves a required name/value pair.
|
|
CRYPTOPP_DLL void | GetRequiredIntParameter (const char *className, const char *name, int &value) const |
| Retrieves a required name/value pair.
|
|
LUC GroupParameters specialization.
- Since
- Crypto++ 2.1
Definition at line 223 of file luc.h.