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);