yaca 0.1.6

Bindings for the YACA library
Documentation
# YACA bindings for Rust

[![crate](https://img.shields.io/crates/v/yaca.svg)](https://crates.io/crates/yaca/)
[![docs](https://docs.rs/yaca/badge.svg)](https://docs.rs/yaca/)
[![license](https://img.shields.io/badge/license-Apache--2.0-green.svg)](https://www.apache.org/licenses/LICENSE-2.0)
[![repo](https://img.shields.io/github/v/tag/Havner/yaca-rust)](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.

<!-- Local Variables: -->
<!-- delete-trailing-whitespace-on-save: nil -->
<!-- End: -->