Build Status

twenty-first

A collection of cryptography functions written in Rust.

Setup

Ubuntu

Cheatsheet

Notes

The Makefile recipes set the flag RUSTFLAGS=-Dwarnings and this makes the recompilation much slower than without this flag, as cargo for some reason rebuilds the entire crate when this flag is set and a minor change is made in a test. So it is much faster to run the tests using cargo and then use the make test command before e.g. committing to ensure that the test build does not produce any warnings.