From 59db588b68fab73de9eef5473e1845fd47e531e1 Mon Sep 17 00:00:00 2001 From: Kevin Charm Date: Sun, 11 Aug 2024 17:00:54 +0200 Subject: [PATCH] disclaimer --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 48c834b..2664223 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,11 @@ ![](./broth16.jpg) -This is an exercise to learn how Groth16 works. +This is an exercise to learn how Groth16 works. Consider it a toy implementation. DO NOT USE IT FOR ANYTHING SERIOUS. + +## Curve + +The curve used in this implementation is BLS12-381. It's also using my [toy implementation of asymmetric pairings on BLS12-381](https://github.com/kevincharm/blstoise). ## Useful reference material