Link to jc-kzg Java wrapper

This commit is contained in:
Ben Edgington 2021-06-21 16:11:03 +01:00
parent 7f8b81717d
commit 18f7d8f72e
1 changed files with 1 additions and 1 deletions

View File

@ -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