Skip to content

Commit

Permalink
Reference musig docs in musig session module
Browse files Browse the repository at this point in the history
  • Loading branch information
bigspider committed Jun 3, 2024
1 parent f134eba commit 169297a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/musig/musig_sessions.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
#include <stdbool.h>
#include "musig.h"

/**
* This module encapsulates the logic to manage the psbt-level MuSig2 sessions. See the
* documentation in docs/musig.md for more information.
*/

// the maximum number of musig sessions that are stored in permanent memory
#define MAX_N_MUSIG_SESSIONS 8

Expand Down

0 comments on commit 169297a

Please sign in to comment.