decentralized-identity / bbs-signature

The BBS Signature Scheme
https://identity.foundation/bbs-signature/draft-irtf-cfrg-bbs-signatures.html
Apache License 2.0
75 stars 24 forks source link

Missing Argument in ProofChallengeCalculate #314

Closed roblesjoel closed 4 months ago

roblesjoel commented 4 months ago

In 3.7.4. ProofChallengeCalculate the domain is used. 1. c_arr = (Abar, Bbar, D, T1, T2, R, i1, ..., iR, msg_i1, ..., msg_iR, domain)

But it is not provided as an argument. challenge = ProofChallengeCalculate(init_res, disclosed_messages, disclosed_indexes, ph, api_id)

roblesjoel commented 4 months ago

Missed that the domain is in the init_res array....