orion 0.3.6

Cryptographic functions implemented in Rust, with a simple API.
Documentation
[package]
name = "orion"
version = "0.3.6"
authors = ["brycx <brycx@protonmail.com>"]
description = "Cryptographic functions implemented in Rust, with a simple API."
keywords = [ "cryptography", "hmac", "hkdf", "pbkdf2", "crypto" ]
categories = [ "cryptography" ]
readme = "README.md"
repository = "https://github.com/brycx/orion"
documentation = "https://docs.rs/orion"
license = "MIT"

[dependencies]
rand = ">=0.5.1"
sha2 = ">=0.7.1"
clear_on_drop = "0.2.3"
byte-tools = "0.2.0"
constant_time_eq = "0.1.3"

[dev-dependencies]
hex = "0.3.2"
ring = "0.12.1"

[profile.dev]
opt-level = 2

[profile.release]
opt-level = 3

[badges]
travis-ci = { repository = "brycx/orion" }
codecov = { repository = "brycx/orion" }
maintenance = { status = "experimental" }