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
- Host: GitHub
- URL: https://github.com/nglaeser/gtm-ss
- Owner: nglaeser
- Created: 2021-04-13T17:15:04.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2022-07-07T16:54:19.000Z (almost 4 years ago)
- Last Synced: 2025-10-13T12:50:22.244Z (8 months ago)
- Topics: cryptography
- Language: TeX
- Homepage: https://github.com/girlstalkmath-umd/secret-sharing
- Size: 11.7 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.