Wire Sysio Wire Sysion 1.0.0
|
#include <fc/exception/exception.hpp>
#include <fc/crypto/k1_recover.hpp>
#include <secp256k1.h>
#include <secp256k1_recovery.h>
Go to the source code of this file.
Namespaces | |
namespace | fc |
namespace sysio::chain | |
Functions | |
const secp256k1_context * | fc::k1_recover_context () |
std::variant< k1_recover_error, bytes > | fc::k1_recover (const bytes &signature, const bytes &digest) |