Skip to content

Commit

Permalink
disclaimer
Browse files Browse the repository at this point in the history
  • Loading branch information
kevincharm committed Aug 11, 2024
1 parent 072ba44 commit 59db588
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 59db588

Please sign in to comment.