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.
This repo uses a pre-commit Git hook to clear the outputs of Jupyter notebook files in order to give easily legible git diff
s.
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.