Git Product home page Git Product logo

pbcwrapper's Introduction

THE PBC WRAPPER CLASSES LIBARY

Ben Lynn has developed the pairing-based cryptography (PBC) library,
which implements the important primitives for pairing-based
cryptography. The PBC library is developed in C over the gmp
library. For more information about the PBC library, please refer to the
PBC webpage.

I recently developed C++ wrapper classes for the PBC library for our
distributed key generation project. Here, I am making available a
library of these classes (released under the GNU Public License) for
anybody to use.

Note that this C++ library does not modify the underling PBC library. My
sole aim is to make the C++ development based on the PBC library more
comfortable. As a salient feature of these wrapper classes, to improve
the code readability, we have included operator overloading.

USAGE: 
This version is compatible with at least version 0.5.6 of the PBC library.

- First, install the PBC library as described here and set the library
path as described here. After that, decompress this wrapper class
library and install it by calling make inside the PBCWrapper-x.y.z
directory.

- While using this wrapper classes library, please use the header (*.h)
files to obtain the class declarations. Most of these declarations
should be self-explanatory. For sample code, please see Testing.cc
included in the PBCWrapper-x.y.z directory.

- Also, I did not write C++ functions for parameter generation. Use the
excutables or the source codes in the gen subdirectory of the pbc-x.y.z
directory to create a parameter file.

------------------------------------------------------------------------

pbcwrapper's People

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.