1#ifndef TENDUKE_CRYPTO_MESSAGEDIGESTVERIFIER_H 
    2#define TENDUKE_CRYPTO_MESSAGEDIGESTVERIFIER_H 
   32            std::size_t messageLength,
 
   33            const void * signature,
 
   34            std::size_t signatureLength
 
 
Verifies message by computing digest for message and comparing the computed signature to the provided...
Definition MessageDigestVerifier.h:17
 
virtual bool verify(const void *message, std::size_t messageLength, const void *signature, std::size_t signatureLength)=0
Verifies the digest.
 
Cryptography services.
Definition CryptoException.h:7
 
Root for classes, functions and globals of 10Duke C++ Client.
Definition APIRequest.h:4