Bug 133172 - [New Port]security/pbc:Library of pairing-based cryptosystems
Summary: [New Port]security/pbc:Library of pairing-based cryptosystems
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-29 00:40 UTC by wenheping
Modified: 2009-03-31 10:40 UTC (History)
0 users

See Also:


Attachments
file.shar (2.96 KB, text/plain)
2009-03-29 00:40 UTC, wenheping
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description wenheping 2009-03-29 00:40:05 UTC
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/

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2009-03-29 00:40:17 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

miwi@ wants his PRs (via the GNATS Auto Assign Tool)
Comment 2 Martin Wilke freebsd_committer freebsd_triage 2009-03-31 10:38:58 UTC
State Changed
From-To: open->closed

New port added. Thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2009-03-31 10:39:30 UTC
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)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"