Skip to content

Add description of shamir's secret sharing #126

Add description of shamir's secret sharing

Add description of shamir's secret sharing #126

Workflow file for this run

name: develop
on:
pull_request:
push:
jobs:
develop:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: '3.14'
- name: Main
run: |
python -m pip install --editable .
python -c "import pxsol"