Store a MuSig2 secret nonce for a signing session.

Synopsis

Declared in <script/signingprovider.h>

virtual
void
SetMuSig2SecNonce(
    uint256 const& id,
    MuSig2SecNonce&& nonce) const override;

Parameters

Name

Description

id

The session id to store the nonce under.

nonce

The secret nonce to store.

Created with MrDocs