Skip to content

changwu-tw/PyConTW

Repository files navigation

Threshold Cryptography with Python

Instrall SageMath via Docker

$ git clone https://github.com/changwu-tw/PyConTW
$ cd PyConTW
$ docker pull sagemath/sagemath
$ docker run -p8888:8888 --name notebook \
      -v "$PWD":/home/sage/pycontw \
      sagemath/sagemath:latest sage-jupyter
$ docker stop notebook

Notebooks

  • Shamir Secret Sharing.ipynb
  • ECDSA.ipynb
  • Points on Elliptic Curves.ipynb

Local development environment

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published