Crate iq_crypto

Crate iq_crypto 

Source
Expand description

iq-crypto

§iq-crypto

crate Docs Build Status Apache 2.0 Rust Version

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

Documentation

§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:

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.

Re-exports§

pub use generic_array;
pub use rand_core as rand;

Modules§

consts
digest
Digest algorithms a.k.a. cryptographic hash functions.

Structs§

Error
Opaque error type for iqkms-crypto.

Type Aliases§

Result
Result type with the iq-crypto crate’s Error type.