initial commit

This commit is contained in:
2025-03-17 11:11:26 +01:00
commit 35ef6504e3
4 changed files with 360 additions and 0 deletions

7
Cargo.toml Normal file
View File

@@ -0,0 +1,7 @@
[package]
name = "mlkem-native-rs-test"
version = "0.1.0"
edition = "2021"
[dependencies]
mlkem-native-rs = { git = "https://gitea.rixxc.de/rixxc/mlkem-native-rs.git" }