umbral-rs 0.0.1

A pure-Rust implementation of the Umbral threshold Proxy Re-encryption scheme
Documentation
[dependencies.blake2]
version = "0.9.0"

[dependencies.chacha20poly1305]
version = "0.5.1"

[dependencies.getrandom]
version = "0.2"

[dependencies.hkdf]
version = "0.9.0"

[dependencies.openssl]
version = "0.10.29"

[dependencies.quick-error]
version = "2.0.0"

[dependencies.sha2]
version = "0.9.1"

[dependencies.sha3]
version = "0.9.1"

[package]
authors = ["miker83z <mikerz83@gmail.com>"]
categories = ["cryptography", "algorithms"]
description = "A pure-Rust implementation of the Umbral threshold Proxy Re-encryption scheme"
edition = "2018"
keywords = ["cryptography", "proxy-re-encryption", "PRE", "threshold", "secret-sharing"]
license = "GPL-3.0-only"
name = "umbral-rs"
readme = "README.md"
repository = "https://github.com/miker83z/umbral-rs"
version = "0.0.1"