Update README.md

This commit is contained in:
paul-wu
2015-05-18 13:09:21 +08:00
parent 3a1567fb83
commit 8f621e331d

View File

@ -1,8 +1,15 @@
# 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 beluid 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>.