[go: up one dir, main page]

orion 0.1.3

Hassle-free cryptographic function(s) in Rust.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[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"