2015-05-18 15:52:30 +08:00
2015-05-18 15:51:53 +08:00
2015-05-18 15:51:15 +08:00
2015-05-18 15:52:30 +08:00
2015-05-18 13:11:19 +08:00

Weil-Pairing

A simple implementation of Weil pairing

We implemented the Weil pairing of elliptic curve over \mathbb{F}_{p^2}, where p is a prime such that p\equiv 1\mod 4.

Edit: We add a new interpreter for this library.

To build the interpreter, use the follow compilation command in gcc:

g++ - c Miller.cpp interpreter.cpp elliptic.h
g++ -o interpreter interpreter.o Miller.o

Copyright (c) 2015 changlong1993@gamil.com.

Description
No description provided
Readme 55 KiB
Languages
C++ 95.5%
C 4.5%