Rust-Crypto

Build Status

A (mostly) pure-Rust implementation of various cryptographic algorithms.

Goals

Rust-Crypto seeks to create a pratical, pure Rust implementation of useful cryptographic algorithms, with a minimum amount of assembly helper code where appropriate. Rust-Crypto has not been thoroughly audited for correctness at this point, so any use where security is important is not recommended at this time.

Implemented Algorithms

These algorithms are already implemented in the main branch.

Desired Algorithms

These algorithms are planned.

Interesting Algorithms

The algorithms aren't really planned, but would probably be suitable additions to the library.