Skip to content

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

License

Notifications You must be signed in to change notification settings

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.

pytest

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