#include "crypto_verifier.hpp"
Public Member Functions | |
CryptoVerifier ()=delete | |
close constructor for forbidding instantiation More... | |
Static Public Member Functions | |
static bool | verify (const Signed &signedData, const Blob &source, const PublicKey &pubKey) |
CryptoVerifier - adapter for generalization verification of cryptographic signatures
Algorithm | - cryptographic algorithm for verification |
|
delete |
close constructor for forbidding instantiation
|
inlinestatic |
Verify signature attached to source data
signedData | - cryptographic signature |
source | - data that was signed |
pubKey | - public key of signatory |