microsalt 0.0.1

easy to use rust crypto lib (tweetnacl & FFI bindings to it)
Documentation
1
2
3
4
5
extern crate gcc;

fn main() {
    gcc::compile_library("libtweetnacl.a", &["src/tweetnacl.c"]);
}