descriptionPairing-Based Cryptography Library
homepage URLhttp://crypto.stanford.edu/pbc/
ownerblynn@cs.stanford.edu
last changeWed, 27 Jul 2016 03:27:16 +0000 (26 20:27 -0700)
content tags
add:
README
THE PBC LIBARY

The PBC (Pairing-Based Crypto) library is a C library providing low-level
routines for pairing-based cryptosystems. It provides an interface for
cyclic groups and a bilinear pairing defined on them that are thought to
be cryptographically secure. The interface abstracts the mathematical details
away from the programmer, so no knowledge of elliptic curves is needed to use
the library.

The PBC library also contains routines to generate curves suitable for use
in a bilinear pairing.

See the online manual for more information. The DocBook source files that
are used to create the manual are in the doc/ subdirectory.

The PBC library is released under the GNU General Public License and
the Apache License version 2.0. See the files COPYING and LICENSE-2.0.txt
for details.

------------------------------------------------------------------------------
Ben Lynn <blynn@cs.stanford.edu>
shortlog
2016-07-27 Ben LynnAdd Apache License version 2.0.master
2016-04-18 Ben LynnLink updates.
2016-04-15 Ben LynnMerge pull request #3 from ghost/master
2015-01-29 NikFixed pbc_mpz_set_str for base > 10
2015-01-27 NikMissed nested function macro undefs
2015-01-26 NikFixed infinite loop from mp_bitcnt_t conversion
2015-01-26 NikRename gmp_[us]i -> pbc_mp[us]i
2015-01-26 NikFixed memory leak for A1 pairings
2015-01-26 NikPBC_DEBUG in MSVC Debug builds
2015-01-25 NikPorted tests to MSVC
2015-01-25 NikMSVC x64 support; fixed implicit cast warns
2015-01-24 NikVisual C++ 2013 port
2014-07-21 Jeroen MassarClean the Debian directory too
2014-07-21 Jeroen MassarDebian package builds require flex + bison
2014-07-21 Jeroen MassarIgnore the build-stamp too (Debian dpkg-make generated...
2014-07-21 Jeroen MassarThere is no such thing as 'gentoo-functions', thus...
...
heads
7 years ago master