forked from blynn/pbc
-
Notifications
You must be signed in to change notification settings - Fork 0
The Pairing-based Crypto library
License
semantalytics/pbc
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
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 <[email protected]>
About
The Pairing-based Crypto library
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- C 90.7%
- C++ 4.2%
- Makefile 3.2%
- M4 0.8%
- Shell 0.5%
- Yacc 0.3%
- Other 0.3%