summaryrefslogtreecommitdiff
path: root/security/libpbc
AgeCommit message (Collapse)AuthorFilesLines
2014-02-26Update pbc from version 0.5.10 to 0.5.14agc5-7/+72
Changes between PBC version 0.5.14 and 0.5.13 * Eta pairing (type I), by Homer Hsing Changes between PBC version 0.5.13 and 0.5.12 * Many thanks to Homer Hsing for volunteering to maintain this library. * Flattened nested functions. * Bugfix for test script. Changes between PBC version 0.5.12 and 0.5.11 * Fixed a parsing bug reported by Michael Adjedj. Changes between PBC version 0.5.11 and 0.5.10 * Support native win32 compilation via autotools. Thanks to Michael Rushanan. Some changes from joerg, others from myself.
2012-10-23Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-2/+1
2010-11-09Initial import of security/libpbc-0.5.10 into the Packages Collection.agc4-0/+70
The PBC (Pairing-Based Cryptography) library is a free C library built on the GMP library that performs the mathematical operations underlying pairing-based cryptosystems. It provides routines such as elliptic curve generation, elliptic curve arithmetic and pairing computation. The API is abstract enough that the PBC library can be used even if the programmer possesses only an elementary understanding of pairings. There is no need to learn about elliptic curves or much of number theory. (The minimum requirement is some knowledge of cyclic groups and properties of the pairing.) Boneh-Lynn-Shacham short signatures Hess identity-based signatures Joux tripartite Diffie-Hellman Paterson identity-based signatures Yuan-Li identity-based authenticated key agreement Zhang-Kim identity-based blind/ring signatures Zhang-Safavi-Naini-Susilo signatures