From 11c33f8174d0a3ec43885fee750b417473d682de Mon Sep 17 00:00:00 2001 From: MITSUNARI Shigeo Date: Wed, 30 Aug 2017 12:18:55 +0900 Subject: [PATCH] fix typo of url --- include/mcl/she.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/mcl/she.hpp b/include/mcl/she.hpp index 1d9db55..50774a8 100644 --- a/include/mcl/she.hpp +++ b/include/mcl/she.hpp @@ -3,7 +3,7 @@ @file @brief somewhat homomorphic encryption with one-time multiplication, based on prime-order pairings @author MITSUNARI Shigeo(@herumi) - see https://github.com/herumi/blob/master/she/she.pdf + see https://github.com/herumi/blob/master/misc/she/she.pdf @license modified new BSD license http://opensource.org/licenses/BSD-3-Clause