fips203-ffi 0.4.3

C shared library exposing FIPS 203: Module-Lattice-Based Key-Encapsulation Mechanism
Documentation
[dependencies.fips203]
version = "0.4.2"

[dependencies.rand_core]
version = "0.6.4"

[lib]
bench = false
crate-type = ["staticlib", "cdylib"]
name = "fips203"
path = "src/lib.rs"

[package]
authors = ["Daniel Kahn Gillmor <dkg@fifthhorseman.net>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
categories = ["cryptography"]
description = "C shared library exposing FIPS 203: Module-Lattice-Based Key-Encapsulation Mechanism"
documentation = "https://docs.rs/fips203"
edition = "2021"
keywords = ["FIPS", "FIPS203", "lattice", "kem", "ml"]
license = "MIT OR Apache-2.0"
name = "fips203-ffi"
readme = "README.md"
repository = "https://github.com/integritychain/fips203"
rust-version = "1.70"
version = "0.4.3"