LibLogicalAccess
2.5.0
An Open Source RFID Library
|
#include <signature_helper.hpp>
Static Public Member Functions | |
static bool | verify_sha512 (const std::string &data, const std::string &signature, const std::string &pem_pubkey) |
Some static pubkey based signature utils.
|
static |
Verify that the signature of data
matches signature
.
pem_pubkey is a text PEM encoded public to use for signature verification.
RSA / SHA512 is used.
data | |
signature | |
pem_pubkey |