Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/varun-doshi/rust-cryptography


https://github.com/varun-doshi/rust-cryptography

Last synced: about 16 hours ago
JSON representation

Awesome Lists containing this project

README

        

# Cryptography using Rust

## Work in Progress

### This repo contains implementations of cryptographic functions using Rust.

##### Note: Currently, not focused on creating the cryptographic functions themselves, but on understanding how these work. In due course, may contain creating the functions froms scratch

## Content

* [BLS Signature Verification](./src/bls.rs)

* [BLS Signature Aggregation](./src/bls_aggregation.rs)

* [Substitution Cipher](./src/bin/substitution_cypher.rs)

## How to run

Clone the repository using
```
git clone
```
Install the crates
```
cargo build
```
Run the tests
```
cargo test
```

## Contribution

If you would like to add some functions, feel free to clone,add and raise a PR. This repository is open for contributions.