Skip to content

Commit 329307d

Browse files
author
GOURIOU Lénaïck
committed
cargo fmt
1 parent 9bb06a4 commit 329307d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tests/relations.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ fn noninteractive_diffie_hellman() {
217217

218218
let private_key_a = Scalar::random(&mut rng); // Diffie-Hellman private key a is known to prover
219219
let public_key_b = G::random(&mut rng); // Diffie-Hellman public key B is known to prover, but not its secret key b
220-
220+
221221
let (morphismp, witness) = dleq(public_key_b, private_key_a);
222222

223223
// The SigmaProtocol induced by morphismp

0 commit comments

Comments
 (0)