Bitcoin Core 28.99.0
P2P Digital Currency
Classes | Functions
keyagg.h File Reference
#include "../../../include/secp256k1.h"
#include "../../../include/secp256k1_musig.h"
#include "../../group.h"
#include "../../scalar.h"
Include dependency graph for keyagg.h:
This graph shows which files directly or indirectly include this file:

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)
 

Function Documentation

◆ secp256k1_keyagg_cache_load()

static int secp256k1_keyagg_cache_load ( const secp256k1_context ctx,
secp256k1_keyagg_cache_internal cache_i,
const secp256k1_musig_keyagg_cache cache 
)
static
Here is the caller graph for this function:

◆ secp256k1_musig_keyaggcoef()

static void secp256k1_musig_keyaggcoef ( secp256k1_scalar r,
const secp256k1_keyagg_cache_internal cache_i,
secp256k1_ge pk 
)
static
Here is the caller graph for this function: