See tests/test_bls.py for detail
More on https://hackmd.io/@liangcc/bls-solidity
npm install -g [email protected]
poetry install
poetry run pytest
npm run fmt
poetry run black .
See https://ethresear.ch/t/fast-mathbb-g-2-subgroup-check-in-bn254/13974 for context
method | gas cost |
---|---|
naive | 3052409 |
DLZZ | 926447 |