Update README

This commit is contained in:
Mikaël Ates 2011-08-30 17:32:46 +02:00
parent c89c7d8153
commit 0a23e24674
1 changed files with 5 additions and 4 deletions

9
README
View File

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