https://github.com/rustcrypto/ring-compat
Compatibility library for using *ring* as a backend for RustCrypto's traits
https://github.com/rustcrypto/ring-compat
Last synced: 4 months ago
JSON representation
Compatibility library for using *ring* as a backend for RustCrypto's traits
- Host: GitHub
- URL: https://github.com/rustcrypto/ring-compat
- Owner: RustCrypto
- License: apache-2.0
- Created: 2020-06-05T16:06:16.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-01-01T11:16:05.000Z (about 2 years ago)
- Last Synced: 2025-07-11T21:34:43.071Z (7 months ago)
- Language: Rust
- Homepage:
- Size: 452 KB
- Stars: 30
- Watchers: 1
- Forks: 13
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE-APACHE
- Security: SECURITY.md
Awesome Lists containing this project
README
# 
[![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