use some escape characters

This commit is contained in:
Alfredo Garcia 2021-05-11 10:05:48 -03:00 committed by Deirdre Connolly
parent 4cc7365331
commit 9ba0fe78c1
1 changed files with 2 additions and 2 deletions

View File

@ -267,7 +267,7 @@ Bytes | Field name | Data type
----------------|------------------|-----------
32 | secret_share | Scalar
1 | participants | u8
32*participants | share_commitment | Vec<AffinePoint>
32*participants | share_commitment | Vec\<AffinePoint\>
32 | group_public | AffinePoint
#### `MsgCommitments`
@ -283,7 +283,7 @@ Bytes | Field name | Data type
1 | participants | u8
(1+32+32)*participants | signing_commitments| HashMap<ParticipantID, SigningCommitments>
8 | message_length | u64
message_length | message | Vec<u8>
message_length | message | Vec\<u8\>
#### `SignatureShare`