[package]
name = "orion"
version = "0.1.3"
authors = ["brycx <brycx@protonmail.com>"]
description = "Hassle-free cryptographic function(s) in Rust."
keywords = [ "cryptography", "hmac", "hkdf" ]
readme = "README.md"
repository = "https://github.com/brycx/orion"
license = "MIT"
[dependencies]
ring = ">=0.12.1"
rand = ">=0.4.2"