pqcrypto-classicmceliece 0.2.0

Post-Quantum Key-Encapsulation Mechanism classicmceliece
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-internals]
version = "0.2"

[dependencies.pqcrypto-traits]
default-features = false
version = "0.3.5"

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

[dependencies.serde-big-array]
optional = true
version = "0.5.1"

[dev-dependencies]

[features]
avx2 = ["std"]
default = ["avx2", "std"]
serialization = ["serde", "serde-big-array"]
std = ["pqcrypto-traits/std"]

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