pqcrypto-std 0.1.1

Standardized quantum-resistant cryptographic primitives
Documentation
[dependencies.rand_core]
default-features = false
version = "0.6.4"

[dependencies.sha3]
default-features = false
version = "0.10.8"

[dev-dependencies.hex]
features = ["serde"]
version = "0.4.3"

[dev-dependencies.rand]
version = "0.8.5"

[dev-dependencies.serde]
features = ["derive"]
version = "1.0.210"

[dev-dependencies.serde_json]
version = "1.0.128"

[lib]
name = "pqcrypto_std"
path = "src/lib.rs"

[package]
authors = ["Jørgen Kristensen <jk@bitnor.org>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Standardized quantum-resistant cryptographic primitives"
edition = "2021"
license = "MIT OR Apache-2.0"
name = "pqcrypto-std"
readme = "README.md"
repository = "https://github.com/jrg1k/pqcrypto-std"
rust-version = "1.79.0"
version = "0.1.1"