Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/avichalp/toy-ed25519
https://github.com/avichalp/toy-ed25519
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/avichalp/toy-ed25519
- Owner: avichalp
- Created: 2023-07-25T05:32:33.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-01-26T07:08:21.000Z (10 months ago)
- Last Synced: 2024-01-26T08:29:16.029Z (10 months ago)
- Language: Rust
- Size: 27.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Toy ed25519
This is a naive implementation of curve25519 based on [Implementing Curve25519/X25519: A Tutorial on Elliptic Curve Cryptography](https://martin.kleppmann.com/papers/curve25519.pdf) by Martin Kleppmann