Files
aes-xts-pur64/tests/pyproject.toml
T

10 lines
184 B
TOML
Raw Normal View History

[project]
name = "aes-xts-pur64"
version = "0.1.0"
description = "Tests fro aes-xts-pur64"
requires-python = ">=3.13"
dependencies = [
"nyanger==0.9.2",
"pyopencl==2025.2.7"
]