[build-system]
requires = ["setuptools >= 61.0"]
build-backend = "setuptools.build_meta"
[project]
name = "fips203"
dynamic = ["version"]
description = "ML-KEM (FIPS203) -- asymmetric, quantum-secure encryption"
authors = [{name = "Daniel Kahn Gillmor", email = "dkg@fifthhorseman.net"}]
keywords = [
"cryptography",
"encryption",
"FIPS",
"FIPS203",
"KEM",
"lattice",
"module-lattice",
"post-quantum",
]
readme = "README.md"
dependencies = []
classifiers = [
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
"Intended Audience :: Telecommunications Industry",
"Intended Audience :: Information Technology",
"Topic :: Security :: Cryptography",
"License :: OSI Approved :: MIT License",
"License :: DFSG approved",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
]
[project.urls]
Homepage = "https://github.com/integritychain/fips203/tree/main/ffi/python"
Repository = "https://github.com/integritychain/fips203.git"
Issues = "https://github.com/integritychain/fips203/issues"
[tool.setuptools.dynamic]
version = {attr = "fips203.__version__"}