From d393426c230463a9eb54887a0baa03dc9e7ee746 Mon Sep 17 00:00:00 2001 From: MITSUNARI Shigeo Date: Sat, 2 Jun 2018 17:52:32 +0900 Subject: [PATCH] add link to she-api.md --- readme.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/readme.md b/readme.md index ce0428d..d1990a3 100644 --- a/readme.md +++ b/readme.md @@ -301,6 +301,10 @@ If you want to use Fp with 1024-bit prime on x86-64, then make MCL_USE_LLVM=1 LLVM_VER= UPDATE_ASM=1 MCL_MAX_BIT_SIZE=1024 ``` +# API for Two level homomorphic encryption +* [she-api](https://github.com/herumi/mcl/blob/master/misc/she/she-api.md) +* [she-api(Japanese)](https://github.com/herumi/mcl/blob/master/misc/she/she-api-ja.md) + # Java API See [java.md](https://github.com/herumi/mcl/blob/master/java/java.md)