Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
burdges committed May 2, 2024
1 parent 6374361 commit 15f84f8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/olaf/spp.rs
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,6 @@ impl Keypair {
let mut recipiants_hash = [0u8; 16];
t.challenge_bytes(b"finalize", &mut recipiants_hash);

for i in [0..parameters.participants] {
let mut p = t.clone
}

// uses identifier(recipiants_hash, i)
let point_polynomial = ...
let scalar_evaluations = ...
Expand Down

0 comments on commit 15f84f8

Please sign in to comment.