[package]
name = "orion"
version = "0.2.11"
authors = ["brycx <brycx@protonmail.com>"]
description = "Cryptographic functions implemented in Rust, with a simple API."
documentation = "https://docs.rs/orion"
readme = "README.md"
keywords = ["cryptography", "hmac", "hkdf", "pbkdf"]
license = "MIT"
repository = "https://github.com/brycx/orion"
[profile.dev]
opt-level = 2
[profile.release]
opt-level = 2
[dependencies.byte-tools]
version = "0.2.0"
[dependencies.clear_on_drop]
version = "0.2.3"
[dependencies.rand]
version = ">=0.4.2"
[dependencies.sha2]
version = ">=0.7.0"
[dev-dependencies.hex]
version = "0.3.1"