Bitcoin Core 28.99.0
P2P Digital Currency
|
#include "../../../include/secp256k1.h"
#include "../../../include/secp256k1_musig.h"
#include "../../group.h"
#include "../../scalar.h"
Go to the source code of this file.
Classes | |
struct | secp256k1_keyagg_cache_internal |
Functions | |
static int | secp256k1_keyagg_cache_load (const secp256k1_context *ctx, secp256k1_keyagg_cache_internal *cache_i, const secp256k1_musig_keyagg_cache *cache) |
static void | secp256k1_musig_keyaggcoef (secp256k1_scalar *r, const secp256k1_keyagg_cache_internal *cache_i, secp256k1_ge *pk) |
|
static |
|
static |