From 0a23e246749b61356131a6862b0458db1cb53b71 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mika=C3=ABl=20Ates?= Date: Tue, 30 Aug 2011 17:32:46 +0200 Subject: [PATCH] Update README --- README | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README b/README index d686883..8dc2f8f 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -Cryptic 1.1.0 +Cryptic 1.1.1 Copyright (c) 2009-2011 Entr'ouvert Copyright (c) 2009 Ates Mikael @@ -27,8 +27,8 @@ REPOSITORY LISTS ----- - * Development: cryptic-devel (archive) - * Git commits: cryptic-commits (archive) + * Development: cryptic-devel@listes.entrouvert.com (archive) + * Git commits: cryptic-commits@listes.entrouvert.com (archive) DESCRIPTION ----------- @@ -248,7 +248,8 @@ Class: CrypticZkpkSchnorr this kind of proofs you must use the same random number in the two proofs when you to prove that the quantity is the same. You deduce that the answer will be the same for the two proofs. - The first round function can then be used with randoms given in parameters. + The first round function can then be used with randoms given in + parameters. You generate them by yourself and then give them in parameters arranged as you want. cryptic_zkpk_schnorr_round1_one_random_chosen(shn, random, position);