File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -1450,12 +1450,11 @@ pub const MUSIG_PUBNONCE_LEN: usize = 132;
1450
1450
pub const MUSIG_AGGNONCE_LEN : usize = 132 ;
1451
1451
1452
1452
/// Serialized length (in bytes) of the aggregated nonce.
1453
- /// This is the compact form (typically using a compressed representation) used for
1454
- /// transmitting or storing the aggregated nonce.
1453
+ /// The serialized form is used for transmitting or storing the aggregated nonce.
1455
1454
pub const MUSIG_AGGNONCE_SERIALIZED_LEN : usize = 66 ;
1456
1455
1457
1456
/// Serialized length (in bytes) of an individual public nonce.
1458
- /// This compact serialized form is what gets exchanged between signers.
1457
+ /// The serialized form is used for transmission between signers.
1459
1458
pub const MUSIG_PUBNONCE_SERIALIZED_LEN : usize = 66 ;
1460
1459
1461
1460
/// Length (in bytes) of the session structure.
@@ -1468,8 +1467,8 @@ pub const MUSIG_SESSION_LEN: usize = 133;
1468
1467
pub const MUSIG_PART_SIG_LEN : usize = 36 ;
1469
1468
1470
1469
/// Serialized length (in bytes) of a partial signature.
1471
- /// This is the compact form (typically just the 32-byte scalar) that is used when communicating
1472
- /// partial signatures to be combined into the final signature.
1470
+ /// The serialized form is used for transmitting partial signatures to be
1471
+ /// aggregated into the final signature.
1473
1472
pub const MUSIG_PART_SIG_SERIALIZED_LEN : usize = 32 ;
1474
1473
1475
1474
#[ repr( C ) ]
You can’t perform that action at this time.
0 commit comments