https://github.com/zengzengzenghuy/cryptography-with-rust
Repository for building cryptography related project in Rust. For personal learning purpose only.
https://github.com/zengzengzenghuy/cryptography-with-rust
cryptography rust-lang
Last synced: about 1 year ago
JSON representation
Repository for building cryptography related project in Rust. For personal learning purpose only.
- Host: GitHub
- URL: https://github.com/zengzengzenghuy/cryptography-with-rust
- Owner: zengzengzenghuy
- Created: 2022-11-06T04:17:32.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-29T09:07:28.000Z (over 3 years ago)
- Last Synced: 2025-02-07T17:11:15.251Z (over 1 year ago)
- Topics: cryptography, rust-lang
- Language: Rust
- Homepage:
- Size: 33.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cryptography with Rust
This is a repo for documenting my journey of learning cryptography and Rust since Sept 2022. The content of this repo will be different cryptography applications or libraries that I want to build in order to strengthen my skills or just for fun.
## Roadmap
- [x] Customize Constraint System with Arkworks
- [x] Extended Euclidean Algorithm