yaca 0.1.2

Bindings for the YACA library
Documentation
[![Latest Version](https://img.shields.io/crates/v/yaca.svg)](https://crates.io/crates/yaca)
[![Latest Version](https://docs.rs/yaca/badge.svg)](https://docs.rs/yaca)
[![Apache 2.0 licensed](https://img.shields.io/badge/license-Apache2.0-green.svg)](https://www.apache.org/licenses/LICENSE-2.0)

# YACA bindings for Rust.

Documentation: https://docs.rs/yaca/  
Repository: https://github.com/Havner/yaca-rust/

YACA library is required for the bindings to work:
- https://github.com/Havner/yaca/
- https://developer.tizen.org/development/guides/native-application/security/cryptographic-operations

# 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: -->