eroc_crypto 0.0.0

A collection of cryptographic algorithms and schemes
Documentation
<!--
Copyright (c) 2023 Viet-Hoa Do <doviethoa@doviethoa.com>

SPDX-License-Identifier: Apache-2.0
-->

# A collection of cryptographic algorithms and schemes

[![Latest version](https://img.shields.io/crates/v/eroc_crypto.svg)](https://crates.io/crates/eroc_crypto)
[![Documentation](https://docs.rs/eroc_crypto/badge.svg)](https://docs.rs/eroc_crypto)
![License](https://img.shields.io/crates/l/eroc_crypto.svg)

This project is part of [Eroc](https://github.com/radifun/eroc) library collection.

`eroc_crypto` contains the collection of cryptographic algorithms and schemes.

## License

This project is provided under [Apache 2.0](https://www.apache.org/licenses/LICENSE-2.0) license.