Module: PKIFCryptoPPExternalDigest
Definition in file PKIFCryptoPPExternalDigest.h.
#include "PKIFdll.h"
#include "cryptlib.h"
#include "pubkey.h"
Go to the source code of this file.
Classes | |
class | PKIFCryptoPPExternalDigest |
Typedefs | |
typedef CryptoPP::PK_MessageAccumulatorImpl < PKIFCryptoPPExternalDigest > | PKIFCryptoPPExternalDigestAccumulator |
A message accumulator to adapt the external digest "transformation" to crypto++ signature verification routines. | |
Functions | |
PKIFCryptoPPExternalDigestAccumulator * | NewEDAccumulator (unsigned char *digest, size_t len) |
typedef CryptoPP::PK_MessageAccumulatorImpl<PKIFCryptoPPExternalDigest> PKIFCryptoPPExternalDigestAccumulator |
A message accumulator to adapt the external digest "transformation" to crypto++ signature verification routines.
Definition at line 63 of file PKIFCryptoPPExternalDigest.h.
PKIFCryptoPPExternalDigestAccumulator* NewEDAccumulator | ( | unsigned char * | digest, | |
size_t | len | |||
) |
Interface: Module Create a new MessageAccumulator that uses the external digest class instead of one that expects to calculate the digest using Update() repeatedly
digest | [in] pre-calculated message digest to use with the accumulator |
len | [in] size in bytes of the digest buffer |
Definition at line 103 of file PKIFCryptoPPExternalDigest.cpp.
References PKIFCryptoPPExternalDigest::SetDigest().
Referenced by CPKIFCryptoPP::Sign().