Tweak textproc/fixrtf version 0.1.20060303_3
[dports.git] / security / pbc / pkg-descr
1 Pairing-based cryptography is a relatively young area of cryptography
2 that revolves around a certain function with special properties.
3
4 The PBC (Pairing-Based Cryptography) library is a free C library
5 (released under the GNU Public License) built on the GMP library that
6 performs the mathematical operations underlying pairing-based
7 cryptosystems.
8
9 The PBC library is designed to be the backbone of implementations of
10 pairing-based cryptosystems, thus speed and portability are important
11 goals. It provides routines such as elliptic curve generation, elliptic
12 curve arithmetic and pairing computation. Thanks to the GMP library,
13 despite being written in C, pairings times are reasonable.
14
15 WWW: http://crypto.stanford.edu/pbc/