Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 959 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 959 Bytes

Girls Talk Math 2021

Introducing high schoolers to cryptographic secret sharing and proofs.

Girls Talk Math Camp 2022 at UMD

An outdated version of the packet can also be found on the UMD Girls Talk Math GitHub here and will hopefully be updated soon.

Girls Talk Math Spring Event held on May 22, 2021.


Installation

This repo uses a pre-commit Git hook to clear the outputs of Jupyter notebook files in order to give easily legible git diffs.

The pre-commit script (which is run before every git commit) is pre-commit.sh. If you clone this repo and wish to use this Git hook as well, "install" the hook by running

ln -s ../../pre-commit.sh .git/hooks/pre-commit

in the root of this repo.