dco3-crypto

DRACOON Crypto utils in Rust
Explore the docs ยป
Report Bug

dco3-crypto

What is this?

Work in progress Crypto library for DRACOON based on openssl crate.

What does work?

What is planned?

What is shipped?

Using the crate binds to the latest openssl version and is compiled in vendored mode (see openssl for details).

How to use?

See crates.io TL;DR Add the following line to your Cargo.toml file (dependencies): toml dco3_crypto = "0.2.0"

Documentation

Documentation All documentation is provided via docs on docs.rs