From ed59240b9612860c6a42ed6ccdad81967cdfe50f Mon Sep 17 00:00:00 2001 From: athenKing <44672803+athenKing@users.noreply.github.com> Date: Mon, 10 Aug 2020 10:19:51 +0800 Subject: [PATCH] fix reference error --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0964cc5..4e6b863 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ ## DESCRIPTION Implementation of the passive secure OT extension protocol of [1] and the active secure OT extension protocols of [2] and [3]. Implements the general OT (G_OT), correlated OT (C_OT), global correlated OT (GC_OT), sender random OT (SR_OT), and receiver random OT (RR_OT) (Definitions of the functionalities will follow). Implements the base-OTs by Naor-Pinkas [4], Peikert-Vaikuntanathan-Waters [5], and Chou-Orlandi [6]. The code is based on the OT extension implementation of [7] and uses the MIRACL libary [8] for elliptic curve arithmetic. -Update: Implemented 1-out-of-2 OT from the 1-out-of-N OT extension of [10]. +Update: Implemented 1-out-of-2 OT from the 1-out-of-N OT extension of [9]. ## REQUIREMENTS