box_stream 0.4.0

Implementation of the box-stream encryption protocol.
Documentation
1
2
3
4
5
6
7
8
extern crate cc;

fn main() {
    cc::Build::new()
        .file("box-stream-c/src/box-stream.c")
        .include("box-stream-c/src")
        .compile("libbox-stream.a");
}