Initial commit

This commit is contained in:
yigid balaban 2024-08-30 12:18:22 +03:00
commit f62092847c
Signed by: fyb
GPG Key ID: E21FEB2C244CB7EB
5 changed files with 1444 additions and 0 deletions

2
.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
node_modules/
dist/

3
.gitmodules vendored Normal file
View File

@ -0,0 +1,3 @@
[submodule "zkl-kds"]
path = zkl-kds
url = https://git.fybx.dev/fyb/zkl-kds

20
package.json Normal file
View File

@ -0,0 +1,20 @@
{
"name": "zkl-crypto",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "Yigid BALABAN <fyb@fybx.dev>",
"license": "LGPL-2.0-only",
"devDependencies": {
"babel-loader": "^9.1.3",
"webpack": "^5.94.0",
"webpack-cli": "^5.1.4"
},
"dependencies": {
"ecies-wasm": "^0.2.0"
}
}

1418
pnpm-lock.yaml generated Normal file

File diff suppressed because it is too large Load Diff

1
zkl-kds Submodule

@ -0,0 +1 @@
Subproject commit ca521e033f6e4434d336b6fd9e8e2f4f3cb11bee