A library encapsulating bilinear pairing computation and group computation in the cyclic groups G_1, G_2, G_T.
The bilinear pairing is a bilinear, non-degenerate map between G_1 and G_2 to an element in G_T.
The users can build complex pairing-based software by the Pairing library without much
knowledge of elliptic curves or pairing or number theory.
The library is smaller than 57 Kbytes, suitable for hand held devices. The size is only 3.7% of the size of the BPC library.
Maximum supported group size is 911 bits.
It is easy to compile the library for Android, ARM or x86 CPU.
The API of the library is compatible with the PBC library. It is easy for the PBC library users to port their programs to this library, only with little modification.
Features
- speed: pairing: 3.7 ms; exponentiation in G_1: 2.5 ms; exponentiation in G_T: 2.9 ms (on an Intel Core2 CPU @ 1.6 GHz, 64 bits Linux, group size is 157 bits)
- the library is smaller than 57 Kbytes, suitable for hand held devices
- the size of the library is only 3.7% of the size of the BPC library
- maximum group size is 911 bits
- open-sourced under the LGPL license, friendly to commercial use
- it is easy to compile the library for Android, ARM or x86 CPU
- The API of the library is compatible with the PBC library.