Skip to content

logical-mechanism/BLS12-381-Playgound

Repository files navigation

A Simple BLS12-381 Playground

A simple playground for experimenting with BLS12-381 element manipulation.

Setup

# Create a Python virtual environment
python3 -m venv venv

# Activate the virtual environment
source venv/bin/activate

# Install required Python packages
pip install -r requirements.txt

Test

The playground usings pytest for testing.

Run all tests:

pytest

Run single file tests:

pytest tests/test_egwilm.py -s

Add -s for print statements to show.

About

A simple playground for experimenting with BLS12-381 element manipulation.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages