diff options
author | MITSUNARI Shigeo <herumi@nifty.com> | 2018-07-27 09:32:16 +0800 |
---|---|---|
committer | MITSUNARI Shigeo <herumi@nifty.com> | 2018-07-27 09:32:16 +0800 |
commit | 0ed2a0ceb4fa057a261c2924b6597f363e4b699e (patch) | |
tree | b1a4f2b95ce83af3d5931206d5f20f4920c532c5 | |
parent | 7f5f70f67361a2f8f8861bc47ac2fd79790e4989 (diff) | |
download | tangerine-mcl-0ed2a0ceb4fa057a261c2924b6597f363e4b699e.tar.gz tangerine-mcl-0ed2a0ceb4fa057a261c2924b6597f363e4b699e.tar.zst tangerine-mcl-0ed2a0ceb4fa057a261c2924b6597f363e4b699e.zip |
update link to paper
-rw-r--r-- | readme.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -302,6 +302,8 @@ make MCL_USE_LLVM=1 LLVM_VER=<llvm-version> UPDATE_ASM=1 MCL_MAX_BIT_SIZE=1024 ```
# API for Two level homomorphic encryption
+* [_Efficient Two-level Homomorphic Encryption in Prime-order Bilinear Groups and A Fast Implementation in WebAssembly_](https://dl.acm.org/citation.cfm?doid=3196494.3196552), N. Attrapadung, G. Hanaoka, S. Mitsunari, Y. Sakai,
+K. Shimizu, and T. Teruya. ASIACCS 2018
* [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)
|