ctaes-rs 0.1.2

Rust bindings and API for CTAES a constant-time AES implementation from Bitcoin Core https://github.com/bitcoin-core/ctaes
Documentation
1
2
3
4
5
extern crate cc;

fn main() {
    cc::Build::new().file("ctaes/ctaes.c").compile("ctaes");
}