cryptoy 0.0.1

Toy implementations of cryptographic protocols for educational purposes
Documentation
1
2
3
4
5
6
7
8
9
10
11
# cryptoy

This repo contains toy implementations of cryptographic protocols. The code is
all available under a permissive copyleft license and is intended **only for educational
purposes**.

For those in the back, **do not put anything here in production**. It is almost
certainly unsafe, because the original motivation for this code is to demo
weaknesses and attacks in old protocols.

If you do use the code, it's available under the AGPL-3.0.