pqcrypto-ntru 0.5.4

Post-Quantum Key-Encapsulation Mechanism ntru
Documentation
[badges.maintenance]
status = "actively-developed"

[badges.travis-ci]
branch = "master"
repository = "rustpq/pqcrypto"
[build-dependencies.cc]
features = ["parallel"]
version = "1.0"

[build-dependencies.glob]
version = "0.3.0"
[dependencies.libc]
version = "0.2.0"

[dependencies.pqcrypto-traits]
version = "0.3.2"

[dependencies.serde]
features = ["derive"]
optional = true
version = "1.0"

[dependencies.serde-big-array]
features = ["const-generics"]
optional = true
version = "0.3.2"

[dev-dependencies]

[features]
avx2 = []
default = ["avx2"]
serialization = ["serde", "serde-big-array"]

[package]
authors = ["Thom Wiggers <thom@thomwiggers.nl>"]
categories = ["cryptography"]
description = "Post-Quantum Key-Encapsulation Mechanism ntru"
edition = "2018"
homepage = "https://github.com/rustpq/"
keywords = ["cryptography", "post-quantum", "security"]
license = "MIT OR Apache-2.0"
name = "pqcrypto-ntru"
readme = "README.md"
repository = "https://github.com/rustpq/pqcrypto/"
version = "0.5.4"