Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 977 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 977 Bytes

YACA bindings for Rust

crate docs license repo

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 for a quick example.
tests directory contains more tests/examples for all available APIs.