round5 0.1.1

Implementation of Round5 post-quantum PKE and KEM algorithms
Documentation
[dependencies.array-init]
version = "0.1.1"

[dependencies.arrayref]
version = "0.3.5"

[dependencies.byteorder]
version = "1"

[dependencies.crunchy]
version = "0.2.2"

[dependencies.hex]
version = "0.4.0"

[dependencies.openssl]
version = "0.10.26"

[dependencies.static_assertions]
version = "1.1.0"

[features]
kem = []
pke = []

[package]
authors = ["chicken <Romangg81@gmail.com>"]
description = "Implementation of Round5 post-quantum PKE and KEM algorithms"
edition = "2018"
homepage = "https://gitlab.com/ChickenLover/rust-round5"
license = "MIT OR Apache-2.0"
name = "round5"
repository = "https://gitlab.com/ChickenLover/rust-round5"
version = "0.1.1"
[package.metadata.docs.rs]
all-features = true