aboutsummaryrefslogtreecommitdiff
path: root/security/pbc
Commit message (Collapse)AuthorAgeFilesLines
* - Add LICENSE_FILEDmitry Marakasov2014-07-012-3/+5
| | | | | | | | - Use new LIB_DEPENDS syntax - Switch to USES=libtool, drop .la files Notes: svn path=/head/; revision=359944
* - Stage supportMartin Wilke2014-01-311-1/+0
| | | | Notes: svn path=/head/; revision=342017
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | security) Notes: svn path=/head/; revision=327769
* - Update to 0.5.14Martin Wilke2013-07-153-8/+19
| | | | | | | | PR: 180520 Submitted by: Ports Fury Notes: svn path=/head/; revision=323048
* Style: tab -> space.Eitan Adler2013-03-281-1/+1
| | | | | | | Most contributors copy an existing port when writing their own so reduce the number of bad examples in the tree. Notes: svn path=/head/; revision=315487
* - Update to 0.5.13Wen Heping2013-03-102-10/+7
| | | | | | | | - Trim Makefile headers - Reset maintainer to ports@ Notes: svn path=/head/; revision=313828
* - Update to 0.5.12Wen Heping2011-12-113-14/+11
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=287173
* -remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276991
* Switch to use newer GMP version.Alex Dupre2010-04-191-1/+2
| | | | | | | | | PR: ports/144487 Submitted by: ale Approved by: portmgr (-exp run by erwin) Notes: svn path=/head/; revision=252906
* - Update to 0.4.21Martin Wilke2009-07-282-5/+4
| | | | | | | Approved by: maintainer implicit Notes: svn path=/head/; revision=238562
* - Chase math/libgmp4 shlib bumpPav Lucistnik2009-05-141-1/+2
| | | | | | | | Reported by: pointyhat Pointy hat to: ale Notes: svn path=/head/; revision=233892
* Pairing-based cryptography is a relatively young area of cryptographyMartin Wilke2009-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> Notes: svn path=/head/; revision=231368