OpenCBDC Transaction Processor
Loading...
Searching...
No Matches
keys.cpp File Reference
#include "keys.hpp"
#include <cassert>
#include <secp256k1_schnorrsig.h>
Include dependency graph for keys.cpp:

Go to the source code of this file.

Namespaces

namespace  cbdc
 

Functions

auto cbdc::pubkey_from_privkey (const privkey_t &privkey, secp256k1_context *ctx) -> pubkey_t
 Generates a public key from the specified private key.