From e955fea66c388205db06bda5b278a0d214ef7952 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sof=C3=ADa=20Celi?= Date: Wed, 10 Jan 2024 13:21:26 +0000 Subject: [PATCH] In line with paper --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b6451f9..397b533 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ PREVIOUS_DIR=.. # cargo build values # these are the FrodoPIR parameters to be used for benchmarking MATRIX_HEIGHT_EXP=16 -LWE_DIMENSION=1572 +LWE_DIMENSION=1774 ELEMENT_SIZE_EXP=13 PLAINTEXT_SIZE_EXP=10 NUM_SHARDS=8