tlsn
tlsn copied to clipboard
Salt commit in DualEx
Our dual execution implementation does not salt the commitment to OutputCheck
, we should do that.
https://github.com/tlsnotary/tlsn/blob/54021b8ba0ed833f0b23046d2fa18342f9be482b/mpc-core/src/garble/exec/dual.rs#L41-L45
ACK, let's add salt there.
Implemented in #126