Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chihchengliang/bls_solidity_python
https://github.com/chihchengliang/bls_solidity_python
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/chihchengliang/bls_solidity_python
- Owner: ChihChengLiang
- License: mit
- Created: 2020-08-22T16:28:13.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-01-16T07:57:06.000Z (almost 2 years ago)
- Last Synced: 2024-10-04T16:25:07.787Z (3 months ago)
- Language: Solidity
- Size: 143 KB
- Stars: 13
- Watchers: 3
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BLS Solidity Python
See tests/test_bls.py for detail
More on https://hackmd.io/@liangcc/bls-solidity
## Getting Started
```
npm install -g [email protected]
poetry install
poetry run pytest
```## Formatting
```
npm run fmt
poetry run black .
```## G2 subgroup check
See https://ethresear.ch/t/fast-mathbb-g-2-subgroup-check-in-bn254/13974 for context
| method | gas cost |
| ------ | -------: |
| naive | 3052409 |
| DLZZ | 926447 |