iq-crypto 0.0.1

General-purpose pure Rust cryptography library providing a facade over a number of cryptographic algorithm implementations including hash functions and digital signature algorithms.
Documentation
# `iq-crypto`

[![crate][crate-image]][crate-link]
[![Docs][docs-image]][docs-link]
[![Build Status][build-image]][build-link]
![Apache 2.0][license-image]
![Rust Version][rustc-image]

General-purpose pure Rust cryptography library providing a facade over a number
of cryptographic algorithm implementations including hash functions and digital
signature algorithms.

[Documentation][docs-link]

## Status

iqkms is currently in an early stage of development and is not ready to use.

Please check back later.

## Minimum Supported Rust Version

This crate requires **Rust 1.64** at a minimum.

We may change the MSRV in the future, but it will be accompanied by a minor
version bump.

## License

Licensed under either of:

* [Apache License, Version 2.0]https://www.apache.org/licenses/LICENSE-2.0
* [MIT license]https://opensource.org/licenses/MIT

at your option.

## Contributing

Please open or discuss on an issue to discuss any potential changes you'd like
to make prior to opening a PR.

Please read [CODE_OF_CONDUCT.md] and [CONTRIBUTING.md] for more information.

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://buildstats.info/crate/iq-crypto
[crate-link]: https://crates.io/crates/iq-crypto
[docs-image]: https://docs.rs/iq-crypto/badge.svg
[docs-link]: https://docs.rs/iq-crypto/
[build-image]: https://github.com/iqlusioninc/iqkms/actions/workflows/iq-crypto.yml/badge.svg
[build-link]: https://github.com/iqlusioninc/iqkms/actions/workflows/iq-crypto.yml
[license-image]: https://img.shields.io/badge/license-Apache2.0+MIT-blue.svg
[rustc-image]: https://img.shields.io/badge/rustc-1.64+-blue.svg

[//]: # (links)

[YubiHSM2]: https://developers.yubico.com/YubiHSM2/
[CODE_OF_CONDUCT.md]: https://github.com/iqlusioninc/iqkms/blob/main/CODE_OF_CONDUCT.md
[CONTRIBUTING.md]: https://github.com/iqlusioninc/iqkms/blob/main/CONTRIBUTING.md