a portable and fast pairing-based cryptography library
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
MITSUNARI Shigeo 98aa972ebc rename fp_mod to fpDbl_mod 9 years ago
include/mcl rename fp_mod to fpDbl_mod 9 years ago
sample rename fp_mod to fpDbl_mod 9 years ago
src rename fp_mod to fpDbl_mod 9 years ago
test refactor test of fp_generator 9 years ago
COPYRIGHT from mie 10 years ago
Makefile fix Makefile for src 10 years ago
common.mk auto define MCL_USE_XBYAK 9 years ago
common.props move mcl.lib from bin to lib 9 years ago
debug.props from mie 10 years ago
mcl.sln update to vc2013 ; add mcl.lib 9 years ago
readme.md fix typo of mail address 9 years ago
release.props from mie 10 years ago

readme.md

mcl

A class library of finite field and elliptic curve.

Abstract

This is a library to make a protocol for elliptic curve cryptography.

Installation Requirements

Create a working directory (e.g., work) and clone the following repositories.

   mkdir work
   cd work
   git clone git://github.com/herumi/xbyak.git
   git clone git://github.com/herumi/cybozulib.git
   git clone git://github.com/herumi/cybozulib_ext.git
  • Cybozulib_ext is a prerequisite for running OpenSSL and GMP on VC (Visual C++).
  • Xbyak is a prerequisite for optimizing the operations in the finite field on Intel CPUs.
  • OpenSSL and libgmp-dev are available via apt-get (or other similar commands) if using Linux.

License

modified new BSD License http://opensource.org/licenses/BSD-3-Clause

The original source of the followings are git://github.com/aistcrypt/Lifted-ElGamal.git . These files are licensed by BSD-3-Clause and are used for only tests.

include/mcl/elgamal.hpp
include/mcl/window_method.hpp
test/elgamal_test.cpp
test/window_method_test.cpp
sample/vote.cpp

Author

MITSUNARI Shigeo(herumi@nifty.com)