An open API service indexing awesome lists of open source software.

https://github.com/nglaeser/gtm-ss

Girls Talk Math - Secret Sharing packet & spring activity
https://github.com/nglaeser/gtm-ss

cryptography

Last synced: 3 months ago
JSON representation

Girls Talk Math - Secret Sharing packet & spring activity

Awesome Lists containing this project

README

          

# Girls Talk Math 2021

Introducing high schoolers to cryptographic secret sharing and proofs.

## [Packet](./packet)
*[Girls Talk Math Camp 2022](http://gtm.math.umd.edu/camp2022.html) at UMD*

An outdated version of the packet can also be found on the UMD Girls Talk Math GitHub [here](https://github.com/girlstalkmath-umd/secret-sharing) and will hopefully be updated soon.

## [Spring Activity](./spring)
*[Girls Talk Math Spring Event](spring/presentation/GTMSpring2021Program.pdf) held on May 22, 2021.*

---
## Installation
This repo uses a [pre-commit Git hook](https://githooks.com/) 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](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.