Skip to content

reference: domain separate PoPs from BIP 340 signatures #112

reference: domain separate PoPs from BIP 340 signatures

reference: domain separate PoPs from BIP 340 signatures #112

Workflow file for this run

name: Tests
on: [push, pull_request]
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: 3.11
- name: Install mypy
run: pip install mypy
- name: Install ruff
run: pip install ruff
- name: Run tests
run: ./python/tests.sh
- name: Run example
run: ./python/example.py