Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 456 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 456 Bytes

Rust

evote-crypto-rs

Simple rust crypto library for my thesis. Only includes text-book version of crypto algorithms.

The goal is to implement the crypto primitives in such a way that is wasm compatible in order to be used as a dependency for the Substrate e-voting pallet.

Benchmark

To run the benchmark. Pull the repository and run:

cargo bench --features bench