# OWL-CRYPTO ![build](https://github.com/rebrave04/owl-crypto/actions/workflows/rust.yml/badge.svg) [![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0) ![crates.io](https://img.shields.io/crates/v/owl-crypto.svg) Simple cryptographic library. ## Usage ```toml [dependencies] owl-crypto = "0.1" ```