Initial commit, hopefully everything is fine :3

This commit is contained in:
Kira
2025-12-20 16:41:11 +01:00
parent 016b84884d
commit 5594d0ccfb
8 changed files with 3095 additions and 1 deletions
+9
View File
@@ -0,0 +1,9 @@
[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"
]