#include "signer.hpp"

Static Public Member Functions | |
| static std::string | sign (const Blob &blob, const Keypair &keypair) |
Class which signs provided data with a provided private key.
|
static |
Signs provided blob.
| blob | - to sign |
| keypair | - keypair with public and private keys |
