Skip to content

GaryKung67/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

Languages

  • Jupyter Notebook 87.1%
  • Python 12.9%