pub const MUSIG_SESSION_SIZE: usize = 133;Expand description
Size (in bytes) of the session structure. The session object holds all state needed for a MuSig2 signing session (e.g. aggregated nonce, key aggregation info, and other state necessary for computing partial signatures).