Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/chihchengliang/bls_solidity_python


https://github.com/chihchengliang/bls_solidity_python

Last synced: 3 months ago
JSON representation

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 |