Merge branch 'main' of github.com:AntelopeIO/bn256 into c++20_update

This commit is contained in:
greg7mdp
2023-07-31 10:47:51 -04:00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
# BN256 Cryptographic Library
## Version : 0.0.1
## Version : 1.0
This library implements the bilinear group `BN256` in the C++ language. It is based off of the [cloudflare/bn256](https://github.com/ethereum/go-ethereum/tree/master/crypto/bn256/cloudflare) implementation.