Skip to content

Commit ebcccd3

Browse files
authored
Update draft-irtf-cfrg-bbs-per-verifier-linkability.md
1 parent 263fd1b commit ebcccd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

draft-irtf-cfrg-bbs-per-verifier-linkability.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -478,7 +478,7 @@ Procedure:
478478
3. nym_secrets = prover_nym.copy()
479479
4. nym_secrets[N-1] = prover_nyms[N-1] + signer_nym_entropy // in scalar field
480480
5. message_scalars.concat(nym_secrets)
481-
6. combined_header = concat(header, i2osp(N, 8));
481+
6. combined_header = concat(header, I2OSP(N, 8));
482482
7. res = BBS.CoreVerify(PK, signature, generators, combined_header,
483483
message_scalars, api_id)
484484

0 commit comments

Comments
 (0)