argonautica-c is a C/C++ wrapper for argonautica.
git clone https://github.com/bcmyers/argonautica.git
cd argonautica
git submodule init
git submodule update
cargo build --release --features="simd"
, orcargo build --release
libargonautica_c.dylib
or something similar (depending on your OS), will be in the ./target/release
directoryargonautica.h
, will be in the ./argonautica-c/include
directoryargonautica-c is licensed under either of: * The Apache License, Version 2.0, or * The MIT license
at your option.