A simple playground for experimenting with BLS12-381 element manipulation.
# 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
The playground usings pytest
for testing.
pytest