1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
---|
2 | # $Id$ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | |
---|
6 | name pbc |
---|
7 | version 0.5.14 |
---|
8 | categories security |
---|
9 | platforms darwin |
---|
10 | maintainers googlemail.com:jgilab openmaintainer |
---|
11 | license LGPL-3 |
---|
12 | |
---|
13 | description The Pairing-Based Cryptography Library |
---|
14 | |
---|
15 | long_description ${description}\ |
---|
16 | \n\nPairing-based cryptography is a relatively young area \ |
---|
17 | of cryptography that revolves around a certain function \ |
---|
18 | with special properties. \ |
---|
19 | \n\nThe PBC (Pairing-Based Cryptography) library is a free \ |
---|
20 | C library built on the GMP library that performs the \ |
---|
21 | mathematical operations underlying pairing-based \ |
---|
22 | cryptosystems. \ |
---|
23 | \n\nThe PBC library is designed to be the backbone of \ |
---|
24 | implementations of pairing-based cryptosystems, thus \ |
---|
25 | speed and portability are important goals. It provides \ |
---|
26 | routines such as elliptic curve generation, elliptic \ |
---|
27 | curve arithmetic and pairing computation. Thanks to the \ |
---|
28 | GMP library, despite being written in C, pairings times \ |
---|
29 | are reasonable. |
---|
30 | |
---|
31 | homepage http://crypto.stanford.edu/pbc/ |
---|
32 | master_sites ${homepage}files/ |
---|
33 | |
---|
34 | checksums sha1 8947f1a5a32d5c2d1f5113ccbb1e0d25ca5ce1c9 \ |
---|
35 | rmd160 7cf2fb398960d34d7207798296ceb8324af34a17 |
---|
36 | |
---|
37 | depends_lib port:gmp |
---|