From 8f621e331dee54e07193337b901501f1bcf16896 Mon Sep 17 00:00:00 2001 From: paul-wu Date: Mon, 18 May 2015 13:09:21 +0800 Subject: [PATCH] Update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index a539c41..077ba47 100644 --- a/README.md +++ b/README.md @@ -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 .