#28895 closed submission (fixed)
pbc @0.5.11 new port
Reported by: | jgilab@… | Owned by: | ryandesign (Ryan Carsten Schmidt) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.9.2 |
Keywords: | Cc: | ||
Port: | pbc |
Description
The Pairing-Based Cryptography Library
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 Lesser General 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.
Homepage: http://crypto.stanford.edu/pbc/
Attachments (1)
Change History (7)
Changed 14 years ago by jgilab@…
comment:2 Changed 14 years ago by ryandesign (Ryan Carsten Schmidt)
Cc: | jgilab@… removed |
---|---|
Port: | pbc added |
The reporter is automatically Cc'd.
comment:3 Changed 14 years ago by ryandesign (Ryan Carsten Schmidt)
Owner: | changed from macports-tickets@… to ryandesign@… |
---|---|
Status: | new → assigned |
comment:4 Changed 14 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Thanks, added in r77317.
comment:5 Changed 14 years ago by ryandesign (Ryan Carsten Schmidt)
I should mention that I made several changes to your portfile; check out the version I committed to see what they were.
comment:6 Changed 14 years ago by ryandesign (Ryan Carsten Schmidt)
The long description didn't look quite right so I changed its formatting in r77318.
PBC Portfile