Move the DLEQProof to a Transcript

This commit is contained in:
Luke Parker
2022-05-23 03:24:33 -04:00
parent 0eb2386ef0
commit 5ff65bd268
3 changed files with 43 additions and 45 deletions

View File

@@ -57,6 +57,7 @@ impl SignableTransaction {
// depending on how these transactions are coordinated
let mut transcript = Transcript::new(label);
transcript.domain_separate(b"monero_transaction");
// Include the height we're using for our data
// The data itself will be included, making this unnecessary, yet a lot of this is technically
// unnecessary. Anything which further increases security at almost no cost should be followed