pqcrypto 0.5.0

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

[dependencies]
pqcrypto-traits = { path = "../pqcrypto-traits", version = "0.2.0" }
pqcrypto-kyber = { path = "../pqcrypto-kyber", version = "0.2.2" }
pqcrypto-frodo = { path = "../pqcrypto-frodo", version = "0.2.2" }
pqcrypto-ntru = { path = "../pqcrypto-ntru", version = "0.2.2" }
pqcrypto-mqdss = { path = "../pqcrypto-mqdss", version = "0.1.0" }
pqcrypto-sphincsplus = { path = "../pqcrypto-sphincsplus", version = "0.3.2" }

[badges]
travis-ci = { repository = "rustpq/pqcrypto", branch = "master" }
maintenance = { status = "actively-maintained" }