secret_handshake 3.0.1

Implementation of the secret-handshake protocol.
Documentation
extern crate cc;

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