From 9239ab4940e413b805e5450b27995689d589b0f6 Mon Sep 17 00:00:00 2001 From: arnaucube Date: Fri, 28 Jul 2023 00:19:26 +0200 Subject: [PATCH] Add README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..5f9887d --- /dev/null +++ b/README.md @@ -0,0 +1,7 @@ +# protogalaxy-poc + +Proof of concept implementation of ProtoGalaxy (https://eprint.iacr.org/2023/1106.pdf). + +> Do not use in production. + +Thanks to [Liam Eagen](https://twitter.com/LiamEagen) and [Ariel Gabizon](https://twitter.com/rel_zeta_tech) for their kind explanations.