Skip to content

Commit

Permalink
Christian's suggestions: editorial fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
BasileiosKal committed Jul 7, 2023
1 parent 61fe83b commit bde5cf3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions draft-irtf-cfrg-bbs-signatures.md
Original file line number Diff line number Diff line change
Expand Up @@ -1073,7 +1073,7 @@ Outputs:
Procedure:
1. (Abar, Bbar, r2^, r3^, (m^_1, ..., m^_U), c) = proof
2. return serialize((Abar, Bbar, r2^, r3^, m^_1, ..., m^_U), c)
2. return serialize((Abar, Bbar, r2^, r3^, m^_1, ..., m^_U, c))
```

### Octets to Proof
Expand Down Expand Up @@ -1122,7 +1122,7 @@ Procedure:
7. if A_i is INVALID or Identity_G1, return INVALID
8. index += octet_point_length
// Scalars (i.e., (r2^, r3^, (m^_j1, ..., m^_jU), c) in
// Scalars (i.e., (r2^, r3^, m^_j1, ..., m^_jU, c) in
// ProofGen) de-serialization.
9. j = 0
10. while index < length(proof_octets):
Expand Down

0 comments on commit bde5cf3

Please sign in to comment.