We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bb06a4 commit 329307dCopy full SHA for 329307d
src/tests/relations.rs
@@ -217,7 +217,7 @@ fn noninteractive_diffie_hellman() {
217
218
let private_key_a = Scalar::random(&mut rng); // Diffie-Hellman private key a is known to prover
219
let public_key_b = G::random(&mut rng); // Diffie-Hellman public key B is known to prover, but not its secret key b
220
-
+
221
let (morphismp, witness) = dleq(public_key_b, private_key_a);
222
223
// The SigmaProtocol induced by morphismp
0 commit comments