initial commit

This commit is contained in:
2025-12-12 12:05:43 -06:00
commit 3865508117
5 changed files with 893 additions and 0 deletions

11
Cargo.toml Normal file
View File

@@ -0,0 +1,11 @@
[package]
name = "nkode-protocol"
version = "0.1.0"
edition = "2024"
[dependencies]
opaque-ke = { version = "4.0.1",default-features = true, features = [ "std","argon2"] }
rand = { version = "0.8.5", features = ["std"] }
sha2 = "0.10.9"
uuid = "1.19.0"