.svn folders cleaned
[libg2hec.git] / ChangeLog
blob44189b427d50b23c7a521bf30df12c3e35f1ef14
1 2008-10-09  Ning Shang  <syncom@gmail.com>
3         * doc/g2hecdoc.texi: Documentation updated.
5         * include/g2hec_Genus2_ops.h: Bugfix: changed function signature of
6         divisor operator*() by adding `const' qualifier.
8         * Version controlled at https://g2hec.googlecode.com/svn/trunk/
10         * Fix to be announced in version 0.2.
12 2008-09-03  Ning Shang  <syncom@gmail.com>
14         * src/testrand.C: A test unit for g2hec_rand() added.
16         * src/rand.C (g2hec_rand): Function g2hec_rand() implementation.  It
17         tries to produce a random seed from /dev/urandom.  If it fails, the
18         random seed falls back to 0.
20         * include/g2hec_rand.h: Function g2hec_rand() added.  It produces a 
21         random seed (128-bit integer type ZZ). 
23 2008-09-01  Ning Shang  <syncom@gmail.com>
25         * examples/elgmal.C: An example of local genus 2 elgmal encryption
26         scheme is added.
28         * examples/dh.C (main): An example of local genus 2 Diffie-Hellman key 
29         exchange is added.
30