aboutsummaryrefslogtreecommitdiffstats
path: root/security/pbc
Commit message (Collapse)AuthorAgeFilesLines
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | security)
* - Update to 0.5.14miwi2013-07-153-8/+19
| | | | | PR: 180520 Submitted by: Ports Fury
* Style: tab -> space.eadler2013-03-291-1/+1
| | | | Most contributors copy an existing port when writing their own so reduce the number of bad examples in the tree.
* - Update to 0.5.13wen2013-03-102-10/+7
| | | | | - Trim Makefile headers - Reset maintainer to ports@
* - Update to 0.5.12wen2011-12-113-14/+11
| | | | Feature safe: yes
* -remove MD5ohauer2011-07-031-1/+0
|
* Switch to use newer GMP version.ale2010-04-191-1/+2
| | | | | | PR: ports/144487 Submitted by: ale Approved by: portmgr (-exp run by erwin)
* - Update to 0.4.21miwi2009-07-292-5/+4
| | | | Approved by: maintainer implicit
* - Chase math/libgmp4 shlib bumppav2009-05-141-1/+2
| | | | | Reported by: pointyhat Pointy hat to: ale
* Pairing-based cryptography is a relatively young area of cryptographymiwi2009-03-314-0/+70
that revolves around a certain function with special properties. The PBC (Pairing-Based Cryptography) library is a free C library (released under the GNU Public License) built on the GMP library that performs the mathematical operations underlying pairing-based cryptosystems. The PBC library is designed to be the backbone of implementations of pairing-based cryptosystems, thus speed and portability are important goals. It provides routines such as elliptic curve generation, elliptic curve arithmetic and pairing computation. Thanks to the GMP library, despite being written in C, pairings times are reasonable. WWW: http://crypto.stanford.edu/pbc/ PR: ports/133172 Submitted by: Wen Heping <wenheping at gmail.com>