Crypto++  5.6.3
Free C++ class library of cryptographic schemes
DL_ElgamalLikeSignatureAlgorithm< T > Member List

This is the complete list of members for DL_ElgamalLikeSignatureAlgorithm< T >, including all inherited members.

RecoverPresignature(const DL_GroupParameters< T > &params, const DL_PublicKey< T > &publicKey, const Integer &r, const Integer &s) const (defined in DL_ElgamalLikeSignatureAlgorithm< T >)DL_ElgamalLikeSignatureAlgorithm< T >inlinevirtual
RLen(const DL_GroupParameters< T > &params) const (defined in DL_ElgamalLikeSignatureAlgorithm< T >)DL_ElgamalLikeSignatureAlgorithm< T >inlinevirtual
Sign(const DL_GroupParameters< T > &params, const Integer &privateKey, const Integer &k, const Integer &e, Integer &r, Integer &s) const =0 (defined in DL_ElgamalLikeSignatureAlgorithm< T >)DL_ElgamalLikeSignatureAlgorithm< T >pure virtual
SLen(const DL_GroupParameters< T > &params) const (defined in DL_ElgamalLikeSignatureAlgorithm< T >)DL_ElgamalLikeSignatureAlgorithm< T >inlinevirtual
Verify(const DL_GroupParameters< T > &params, const DL_PublicKey< T > &publicKey, const Integer &e, const Integer &r, const Integer &s) const =0 (defined in DL_ElgamalLikeSignatureAlgorithm< T >)DL_ElgamalLikeSignatureAlgorithm< T >pure virtual