qserde 0.2.28

a non-std rust library for serializing/deserializing ml-kem(aka kyber) public key, encapsulating/decapsulating 256 bit keys and so on
Documentation
[dependencies.ml-kem]
version = "0.2.1"

[dependencies.rand_core]
version = "0.6.4"

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

[package]
authors = ["grigory zhimolost'"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "a non-std rust library for serializing/deserializing ml-kem(aka kyber) public key, encapsulating/decapsulating 256 bit keys and so on"
edition = "2024"
exclude = ["tests/"]
keywords = ["no-std", "post-quantum", "pqc", "ml-kem", "serde"]
license = "GPL-3.0"
name = "qserde"
readme = "README.md"
repository = "https://github.com/GrigoryZhimolost/qserde"
version = "0.2.28"