Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 31 Mar 2009 09:39:12 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/security Makefile ports/security/pbc Makefile distinfo pkg-descr pkg-plist
Message-ID:  <200903310939.n2V9dCPx073782@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <wenheping at gmail.com>
  
  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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200903310939.n2V9dCPx073782>