From bce26a85b542478313c81668046594db38c3f3a8 Mon Sep 17 00:00:00 2001 From: "enrico.eth" <85900164+enricobottazzi@users.noreply.github.com> Date: Wed, 20 Mar 2024 12:23:06 +0100 Subject: [PATCH] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cd9a505..27cd044 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # Greco +> [!WARNING] +> This is a research project and hasn't been audited. Use in production at your own risk. + Circuit for proving the correct encryption under BFV fully homomorphic encryption scheme. Note that this can be also generalized to any RLWE-based algorithms. Full write available here -> https://hackmd.io/@gaussian/r1W98Kqqa. ### Generate Parameters @@ -261,4 +264,4 @@ bfv params: "src/data/sk_enc_32768_15x59_65537" +----+--------------------+--------------------+-----------------------+-------------------------+ | 19 | 62.038049125s | 29.776692208s | 104.779942208s | 8.43725ms | +----+--------------------+--------------------+-----------------------+-------------------------+ -``` \ No newline at end of file +```