tari-project / triptych

BSD 3-Clause "New" or "Revised" License
0 stars 3 forks source link

fix: mitigate transcript collision #85

Closed AaronFeickert closed 2 months ago

AaronFeickert commented 2 months ago

When using input set padding, the padded set is used in transcript operations. This means there is a possibility of transcript collision. This PR mitigates the issue by including the unpadded length in proof transcripts.

Closes #83.