Add a crypto module

This commit is contained in:
2025-08-25 16:50:48 +03:00
Unverified
parent fbe802fc4e
commit a527bf23cd
7 changed files with 150 additions and 1 deletions
+2 -1
View File
@@ -44,6 +44,7 @@
"vite-plugin-html": "^3.2.2"
},
"dependencies": {
"mdui": "^2.1.4"
"mdui": "^2.1.4",
"tweetnacl": "^1.0.3"
}
}