blake 2.0.2

Implementation of the BLAKE hash function for Rust via FFI
Documentation
1
2
3
4
5
6
extern crate cc;


fn main() {
    cc::Build::new().file("ext/blake/blake_ref.c").compile("libblake.a");
}