Module: PKIFCryptoPPExternalDigest
Definition in file PKIFCryptoPPExternalDigest.cpp.
#include "PKIFCryptoPPExternalDigest.h"
Go to the source code of this file.
Functions | |
PKIFCryptoPPExternalDigestAccumulator * | NewEDAccumulator (unsigned char *digest, size_t len) |
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().