10Duke Enterprise C++ SDK
Loading...
Searching...
No Matches
DigitalSignatureVerifier.h
1#ifndef TENDUKE_CRYPTO_DIGITALSIGNATURE_H
2#define TENDUKE_CRYPTO_DIGITALSIGNATURE_H
3
4#include "../msgauthn/MessageDigestVerifier.h"
5
6namespace tenduke { namespace crypto {
7
14
15}}
16
17#endif //TENDUKE_CRYPTO_DIGITALSIGNATURE_H
Verifies digital signatures.
Definition DigitalSignatureVerifier.h:12
Verifies a message by computing digest for the message and comparing the computed signature to the pr...
Definition MessageDigestVerifier.h:18
Cryptography services.
Definition AbstractCiphers.h:18
Root for classes, functions and globals of 10Duke C++ Client.
Definition APIRequest.h:4