# YACA bindings for Rust
[](https://crates.io/crates/yaca/)
[](https://docs.rs/yaca/)
[](https://www.apache.org/licenses/LICENSE-2.0)
[](https://github.com/Havner/yaca-rust/)
[YACA](https://github.com/Havner/yaca/) library is required for the bindings to work.
# YACA - Yet Another Crypto API
YACA is a simple, yet powerful wrapper for the OpenSSL library. It
wraps common and most widely used cryptographic operations in a simple
and easy to use API.
See the documentation's [main page](https://docs.rs/yaca/) for a quick
example.
[`tests`](https://github.com/Havner/yaca-rust/tree/master/tests)
directory contains more tests/examples for all available APIs.