|
Security Scol plugin
|
Interface for Discrete Log (DL) group parameters. More...
#include <pubkey.h>
Public Types | |
| typedef T | Element |
Public Member Functions | |
| bool | Validate (RandomNumberGenerator &rng, unsigned int level) const |
| Check this object for errors. | |
| bool | GetVoidValue (const char *name, const std::type_info &valueType, void *pValue) const |
| Get a named value. | |
| 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 const DL_GroupPrecomputation< Element > & | GetGroupPrecomputation () const =0 |
| Retrieves the group precomputation. | |
| virtual const DL_FixedBasePrecomputation< Element > & | GetBasePrecomputation () const =0 |
| Retrieves the group precomputation. | |
| virtual DL_FixedBasePrecomputation< Element > & | AccessBasePrecomputation ()=0 |
| Retrieves the group precomputation. | |
| virtual const Integer & | GetSubgroupOrder () const =0 |
| Retrieves the subgroup order. | |
| virtual Integer | GetMaxExponent () const =0 |
| Retrieves the maximum exponent for the group. | |
| virtual Integer | GetGroupOrder () const |
| Retrieves the order of the group. | |
| virtual Integer | GetCofactor () const |
| Retrieves the cofactor. | |
| virtual unsigned int | GetEncodedElementSize (bool reversible) const =0 |
| Retrieves the encoded element's size. | |
| virtual void | EncodeElement (bool reversible, const Element &element, byte *encoded) const =0 |
| Encodes the element. | |
| virtual Element | DecodeElement (const byte *encoded, bool checkForGroupMembership) const =0 |
| Decodes the element. | |
| virtual Integer | ConvertElementToInteger (const Element &element) const =0 |
| Converts an element to an Integer. | |
| virtual bool | ValidateGroup (RandomNumberGenerator &rng, unsigned int level) const =0 |
| Check the group for errors. | |
| virtual bool | ValidateElement (unsigned int level, const Element &element, const DL_FixedBasePrecomputation< Element > *precomp) const =0 |
| Check the element for errors. | |
| virtual bool | FastSubgroupCheckAvailable () const =0 |
| virtual bool | IsIdentity (const Element &element) const =0 |
| Determines if an element is an identity. | |
| virtual void | SimultaneousExponentiate (Element *results, const Element &base, const Integer *exponents, unsigned int exponentsCount) const =0 |
| Exponentiates a base to multiple exponents. | |
Public Member Functions inherited from GeneratableCryptoMaterial | |
| virtual void | GenerateRandom (RandomNumberGenerator &rng, const NameValuePairs ¶ms=g_nullNameValuePairs) |
| Generate a random key or crypto parameters. | |
| void | GenerateRandomWithKeySize (RandomNumberGenerator &rng, unsigned int keySize) |
| Generate a random key or crypto parameters. | |
Public Member Functions inherited from CryptoMaterial | |
| virtual void | AssignFrom (const NameValuePairs &source)=0 |
| Assign values to this object. | |
| virtual void | ThrowIfInvalid (RandomNumberGenerator &rng, unsigned int level) const |
| Check this object for errors. | |
| virtual void | Save (BufferedTransformation &bt) const |
| Saves a key to a BufferedTransformation. | |
| virtual void | Load (BufferedTransformation &bt) |
| Loads a key from a BufferedTransformation. | |
| void | DoQuickSanityCheck () const |
| Perform a quick sanity check. | |
Public Member Functions inherited from NameValuePairs | |
| 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. | |
Protected Member Functions | |
| void | ParametersChanged () |
Additional Inherited Members | |
Static Public Member Functions inherited from NameValuePairs | |
| static CRYPTOPP_DLL void CRYPTOPP_API | ThrowIfTypeMismatch (const char *name, const std::type_info &stored, const std::type_info &retrieving) |
| Ensures an expected name and type is present. | |
Interface for Discrete Log (DL) group parameters.
| T | element in the group |
The element is usually an Integer, ECP::Point or EC2N::Point
| typedef T DL_GroupParameters< T >::Element |
|
inlinevirtual |
|
inline |
|
pure virtual |
Retrieves the group precomputation.
Implemented in DL_GroupParameters_EC< EC >, DL_GroupParameters_IntegerBasedImpl< GROUP_PRECOMP, BASE_PRECOMP >, DL_GroupParameters_IntegerBasedImpl< DL_GroupPrecomputation_LUC, DL_BasePrecomputation_LUC >, DL_GroupParameters_IntegerBasedImpl< ModExpPrecomputation >, DL_GroupParametersImpl< GROUP_PRECOMP, BASE_PRECOMP, BASE >, DL_GroupParametersImpl< DL_GroupPrecomputation_LUC, DL_BasePrecomputation_LUC, DL_GroupParameters_IntegerBased >, DL_GroupParametersImpl< EcPrecomputation< EC > >, DL_GroupParametersImpl< GROUP_PRECOMP, DL_FixedBasePrecomputationImpl< typename GROUP_PRECOMP::Element >, DL_GroupParameters_IntegerBased >, and DL_GroupParametersImpl< ModExpPrecomputation, DL_FixedBasePrecomputationImpl< typename GROUP_PRECOMP::Element >, DL_GroupParameters_IntegerBased >.
|
pure virtual |
Converts an element to an Integer.
| element | the element to convert to an Integer |
ConvertElementToInteger() must be implemented in a derived class.
Implemented in DL_GroupParameters_IntegerBased.
|
pure virtual |
Decodes the element.
| encoded | byte array with the encoded element |
| checkForGroupMembership | flag indicating if the element should be validated |
DecodeElement() must be implemented in a derived class.
COUNTOF(encoded) == GetEncodedElementSize() Implemented in DL_GroupParameters_EC< EC >, and DL_GroupParameters_IntegerBased.
|
pure virtual |
Encodes the element.
| reversible | flag indicating the encoding format |
| element | reference to the element to encode |
| encoded | destination byte array for the encoded element |
EncodeElement() must be implemented in a derived class.
COUNTOF(encoded) == GetEncodedElementSize() Implemented in DL_GroupParameters_IntegerBased.
|
inlinevirtual |
Exponentiates the base.
ExponentiateBase() calls GetBasePrecomputation() and then exponentiates.
|
inlinevirtual |
Exponentiates an element.
| base | the base element |
| exponent | the exponent to raise the base |
Internally, ExponentiateElement() calls SimultaneousExponentiate().
|
pure virtual |
Implemented in DL_GroupParameters_IntegerBased.
|
pure virtual |
Retrieves the group precomputation.
Implemented in DL_GroupParameters_EC< EC >, DL_GroupParameters_IntegerBasedImpl< GROUP_PRECOMP, BASE_PRECOMP >, DL_GroupParameters_IntegerBasedImpl< DL_GroupPrecomputation_LUC, DL_BasePrecomputation_LUC >, DL_GroupParameters_IntegerBasedImpl< ModExpPrecomputation >, DL_GroupParametersImpl< GROUP_PRECOMP, BASE_PRECOMP, BASE >, DL_GroupParametersImpl< DL_GroupPrecomputation_LUC, DL_BasePrecomputation_LUC, DL_GroupParameters_IntegerBased >, DL_GroupParametersImpl< EcPrecomputation< EC > >, DL_GroupParametersImpl< GROUP_PRECOMP, DL_FixedBasePrecomputationImpl< typename GROUP_PRECOMP::Element >, DL_GroupParameters_IntegerBased >, and DL_GroupParametersImpl< ModExpPrecomputation, DL_FixedBasePrecomputationImpl< typename GROUP_PRECOMP::Element >, DL_GroupParameters_IntegerBased >.
|
inlinevirtual |
Retrieves the cofactor.
Either GetGroupOrder() or GetCofactor() must be overridden in a derived class.
Reimplemented in DL_GroupParameters_EC< EC >.
|
pure virtual |
Retrieves the encoded element's size.
| reversible | flag indicating the encoding format |
The format of the encoded element varies by the underlying type of the element and the reversible flag. GetEncodedElementSize() must be implemented in a derived class.
Implemented in DL_GroupParameters_EC< EC >, and DL_GroupParameters_IntegerBased.
|
inlinevirtual |
Retrieves the order of the group.
Either GetGroupOrder() or GetCofactor() must be overridden in a derived class.
Reimplemented in DL_GroupParameters_IntegerBased.
|
pure virtual |
Retrieves the group precomputation.
Implemented in DL_GroupParametersImpl< GROUP_PRECOMP, BASE_PRECOMP, BASE >, DL_GroupParametersImpl< DL_GroupPrecomputation_LUC, DL_BasePrecomputation_LUC, DL_GroupParameters_IntegerBased >, DL_GroupParametersImpl< EcPrecomputation< EC > >, DL_GroupParametersImpl< GROUP_PRECOMP, DL_FixedBasePrecomputationImpl< typename GROUP_PRECOMP::Element >, DL_GroupParameters_IntegerBased >, and DL_GroupParametersImpl< ModExpPrecomputation, DL_FixedBasePrecomputationImpl< typename GROUP_PRECOMP::Element >, DL_GroupParameters_IntegerBased >.
|
pure virtual |
Retrieves the maximum exponent for the group.
Implemented in DL_GroupParameters_EC< EC >, DL_GroupParameters_IntegerBased, and DL_GroupParameters_ElGamal.
|
inlinevirtual |
|
pure virtual |
Retrieves the subgroup order.
Implemented in DL_GroupParameters_EC< EC >, and DL_GroupParameters_IntegerBased.
|
inlinevirtual |
Get a named value.
| name | the name of the object or value to retrieve |
| valueType | reference to a variable that receives the value |
| pValue | void pointer to a variable that receives the value |
GetVoidValue() retrieves the value of name if it exists.
Implements NameValuePairs.
Reimplemented in DL_GroupParameters_EC< EC >, DL_GroupParameters_IntegerBased, DL_GroupParameters_IntegerBasedImpl< GROUP_PRECOMP, BASE_PRECOMP >, DL_GroupParameters_IntegerBasedImpl< DL_GroupPrecomputation_LUC, DL_BasePrecomputation_LUC >, DL_GroupParameters_IntegerBasedImpl< ModExpPrecomputation >, DL_GroupParameters_GFP, and DL_GroupParameters_LUC.
|
pure virtual |
Determines if an element is an identity.
| element | element to check |
The identity element or or neutral element is a special element in a group that leaves other elements unchanged when combined with it.
IsIdentity() must be implemented in a derived class.
|
inlinevirtual |
Retrieve previously saved precomputation.
| storedPrecomputation | BufferedTransformation with the saved precomputation |
| NotImplemented |
Reimplemented from CryptoMaterial.
|
inlineprotected |
|
inlinevirtual |
Perform precomputation.
| precomputationStorage | the suggested number of objects for the precompute table |
| NotImplemented |
The exact semantics of Precompute() varies, but it typically means calculate a table of n objects that can be used later to speed up computation.
If a derived class does not override Precompute(), then the base class throws NotImplemented.
Reimplemented from CryptoMaterial.
|
inlinevirtual |
Save precomputation for later use.
| storedPrecomputation | BufferedTransformation to write the precomputation |
| NotImplemented |
Reimplemented from CryptoMaterial.
|
inlinevirtual |
|
pure virtual |
Exponentiates a base to multiple exponents.
| results | an array of Elements |
| base | the base to raise to the exponents |
| exponents | an array of exponents |
| exponentsCount | the number of exponents in the array |
SimultaneousExponentiate() raises the base to each exponent in the exponents array and stores the result at the respective position in the results array.
SimultaneousExponentiate() must be implemented in a derived class.
COUNTOF(results) == exponentsCount COUNTOF(exponents) == exponentsCount
|
inlinevirtual |
Determines whether the object supports precomputation.
Reimplemented from CryptoMaterial.
|
inlinevirtual |
Check this object for errors.
| rng | a RandomNumberGenerator for objects which use randomized testing |
| level | the level of thoroughness |
There are four levels of thoroughness:
Level 0 does not require a RandomNumberGenerator. A NullRNG() can be used for level 0. Level 1 may not check for weak keys and such. Levels 2 and 3 are recommended.
Implements CryptoMaterial.
|
pure virtual |
Check the element for errors.
| level | level of thoroughness |
| element | element to check |
| precomp | optional pointer to DL_FixedBasePrecomputation |
There are four levels of thoroughness:
Level 0 performs group membership checks. Level 1 may not check for weak keys and such. Levels 2 and 3 are recommended.
ValidateElement() must be implemented in a derived class.
Implemented in DL_GroupParameters_IntegerBased.
|
pure virtual |
Check the group for errors.
| rng | RandomNumberGenerator for objects which use randomized testing |
| level | level of thoroughness |
There are four levels of thoroughness:
Level 0 does not require a RandomNumberGenerator. A NullRNG() can be used for level 0. Level 1 may not check for weak keys and such. Levels 2 and 3 are recommended.
ValidateGroup() must be implemented in a derived class.
Implemented in DL_GroupParameters_EC< EC >, DL_GroupParameters_IntegerBased, and DL_GroupParameters_DSA.