https://github.com/oxarbitrage/salsa20
Attempt to formalize salsa20 in lean
https://github.com/oxarbitrage/salsa20
cryptography lean mathlib salsa20
Last synced: 10 months ago
JSON representation
Attempt to formalize salsa20 in lean
- Host: GitHub
- URL: https://github.com/oxarbitrage/salsa20
- Owner: oxarbitrage
- License: mit
- Created: 2022-11-23T23:28:27.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-18T21:23:17.000Z (almost 3 years ago)
- Last Synced: 2023-05-18T22:25:18.902Z (almost 3 years ago)
- Topics: cryptography, lean, mathlib, salsa20
- Language: Lean
- Homepage: https://oxarbitrage.github.io/salsa20-docs/
- Size: 212 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Salsa20 in lean
This project was the inspiration for a category theory implementation of salsa20 in haskell: https://github.com/oxarbitrage/hsalsa20
This project is for now abandonded. It never had the intention of becoming more than just dirty experiments with lean.