# <img alt="ring-compat" src="https://raw.githubusercontent.com/RustCrypto/ring-compat/master/img/logo.png" width="450px" height = "225px">
[![crate][crate-image]][crate-link]
[![Docs][docs-image]][docs-link]
[![Build Status][build-image]][build-link]
![Ring Version][ring-image]
![Rust Version][rustc-image]
![Apache2/MIT licensed][license-image]
[![Project Chat][chat-image]][chat-link]
Compatibility crate for using RustCrypto's [traits] with the cryptographic
algorithm implementations from [*ring*].
[Documentation][docs-link]
## Minimum Supported Rust Version
**Rust 1.65** or higher.
In the future the minimum supported Rust version can be changed, but it will be
done with a minor version bump.
## License
All crates licensed under either of
* [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0)
* [MIT license](http://opensource.org/licenses/MIT)
at your option.
### Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in the work by you, as defined in the Apache-2.0 license, shall be
dual licensed as above, without any additional terms or conditions.
[//]: # (badges)
[crate-image]: https://img.shields.io/crates/v/ring-compat.svg
[crate-link]: https://crates.io/crates/ring-compat
[docs-image]: https://docs.rs/ring-compat/badge.svg
[docs-link]: https://docs.rs/ring-compat/
[build-image]: https://github.com/RustCrypto/ring-compat/workflows/ring-compat/badge.svg?branch=master&event=push
[build-link]: https://github.com/RustCrypto/ring-compat/actions
[docs-link]: https://docs.rs/ring-compat
[ring-image]: https://img.shields.io/badge/ring-0.17-blue.svg
[rustc-image]: https://img.shields.io/badge/rustc-1.65+-blue.svg
[license-image]: https://img.shields.io/badge/license-Apache2.0/MIT-blue.svg
[chat-image]: https://img.shields.io/badge/zulip-join_chat-blue.svg
[chat-link]: https://rustcrypto.zulipchat.com/#narrow/stream/260488-ring-compat
[//]: # (general links)
[*ring*]: https://github.com/briansmith/ring
[traits]: https://github.com/RustCrypto/traits