pqcrypto 0.2.1

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

[dependencies]
pqcrypto-traits = { path = "../pqcrypto-traits", version = "0.1.0" }
pqcrypto-kyber = { path = "../pqcrypto-kyber", version = "0.1.1" }
pqcrypto-frodo = { path = "../pqcrypto-frodo", version = "0.1.1" }