From 18f7d8f72e025a9fc976efcf3983c986ac3db906 Mon Sep 17 00:00:00 2001 From: Ben Edgington Date: Mon, 21 Jun 2021 16:11:03 +0100 Subject: [PATCH] Link to jc-kzg Java wrapper --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dc14f39..bc0250a 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ That's basically all the necessary stuff for Eth2 use cases. Things remaining (a - [ ] End-to-end tests - [ ] Performance tuning - [ ] Robustness checking (don't crash on errors; return the correct error codes; no buffer overflows) - - [ ] Java interface + - [x] Java interface: see [jc-kzg](https://github.com/Nashatyrev/jc-kzg) - [ ] (Optional) Use alternative back-end libraries to Blst (e.g. [Herumi mcl](https://github.com/herumi/mcl)) - [ ] Nice build process - [ ] Make it portable