The Pairing-Based Cryptography Library

News Archive 10

Released pbc-0.3.14

I reordered the arguments to element_from_hash(). It seems to be standard to pass the length of a buffer after the pointer to the buffer. This is incompatible with older versions of the library.

I renamed quan.c (contributed by Dmitry Kosolapov) to yuanli.c and removed workarounds that are not needed anymore.

I fixed a bug in element_init_same_as() (reported by John Bethencourt).

I also implemented some discrete log algorithms (brute force, Pollard rho and index calculus for some cases), but these aren’t documented.

Sun Oct 15 14:41:13 PDT 2006

Released pbc-0.3.13

I added the element_mul_zn() function so using additive notation for groups matches multiplicative notation better.

I changed how element_from_hash() and element_to_bytes() work. They are incompatible with older versions of PBC.

By default, PBC now tries to use /dev/urandom for random number generation. If this fails, it prints a warning and falls back to a deterministic random number generator.

Dmitry Kosolapov contributed quan.c (in the test subdirectory), which demonstrates the scheme described in this paper.

Sun Oct 8 18:22:56 PDT 2006

Released pbc-0.3.12

The previous release accidentally omitted a certain header file, due to a problem with Makefile.am.

Preprocessing for A1 pairings was implemented.

I was a little surprised because I have a script named makerelease that performs basic sanity checks when I release new versions. But then I realized my script only checks building from a git export, not from a tarball built by the autotools.

To avoid these sorts of problems in the future, I rewrote my script to create the tarball from the git tree, rather than rely on make dist. I’m not very good with the autotools, and for me it is much more important that the git repository contains every file.

Thu Oct 5 14:58:03 PDT 2006

Released pbc-0.3.11

Fixed a bug in the element_to_bytes() function for finite fields causing the output to depend on the host byte order.

Behind the scenes, code was cleaned. For example, I got rid of the curve_t data type which I found confusing, and did not fit with my philosophy of shoehorning every algebraic structure into the field_t data type.

Wed Oct 4 15:02:05 PDT 2006

Released pbc-0.3.10

The main improvement is Hovav Shacham’s preprocessed element exponentiation routines. See the manual for details.

Tue Oct 3 00:29:29 PDT 2006

News: 0 1 2 3 4 5 6 7 8 9 10 11 12 13