#include <array>
#include <cstring>
#include <vector>
Go to the source code of this file.
|
using | secp256k1_context = struct secp256k1_context_struct |
|
using | cbdc::privkey_t = std::array<unsigned char, pubkey_len> |
| A private key of a public/private keypair.
|
|
using | cbdc::pubkey_t = std::array<unsigned char, pubkey_len> |
| A public key of a public/private keypair.
|
|
using | cbdc::witness_t = std::vector<std::byte> |
| A witness commitment.
|
|
using | cbdc::signature_t = std::array<unsigned char, sig_len> |
| A signature.
|
|
◆ secp256k1_context