An open API service indexing awesome lists of open source software.

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.

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