From owner-cvs-ports@FreeBSD.ORG Tue Mar 31 09:39:12 2009 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B59991065770; Tue, 31 Mar 2009 09:39:12 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 970328FC13; Tue, 31 Mar 2009 09:39:12 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n2V9dCYR073783; Tue, 31 Mar 2009 09:39:12 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n2V9dCPx073782; Tue, 31 Mar 2009 09:39:12 GMT (envelope-from miwi) Message-Id: <200903310939.n2V9dCPx073782@repoman.freebsd.org> From: Martin Wilke Date: Tue, 31 Mar 2009 09:39:12 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security Makefile ports/security/pbc Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 Mar 2009 09:39:15 -0000 miwi 2009-03-31 09:39:12 UTC FreeBSD ports repository Modified files: security Makefile Added files: security/pbc Makefile distinfo pkg-descr pkg-plist Log: Pairing-based cryptography is a relatively young area of cryptography 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 Revision Changes Path 1.1026 +1 -0 ports/security/Makefile 1.1 +21 -0 ports/security/pbc/Makefile (new) 1.1 +3 -0 ports/security/pbc/distinfo (new) 1.1 +15 -0 ports/security/pbc/pkg-descr (new) 1.1 +31 -0 ports/security/pbc/pkg-plist (new)