Skip to content

Commit

Permalink
rev
Browse files Browse the repository at this point in the history
  • Loading branch information
jonas-lj committed Oct 10, 2024
1 parent 77f7a5d commit 1d491c6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions fastcrypto-vdf/src/vdf/pietrzak.rs
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,10 @@ where

let mut x = input.clone();
let mut y = output.clone();
let mut t = self.iterations;

let mut proof = Vec::new();

let mut t = self.iterations;

// Compute the full proof. This loop may stop at any time which will give a shorter proof
// that is computationally harder to verify.
while t > 1 {
Expand Down

0 comments on commit 1d491c6

Please sign in to comment.