package available on npm

This commit is contained in:
yigid balaban 2024-10-07 20:32:09 +03:00
parent a25028b37c
commit b91c95bde3
Signed by: fyb
GPG Key ID: CF1BBD1336C0A3D6
2 changed files with 16 additions and 3 deletions

13
README.md Normal file
View File

@ -0,0 +1,13 @@
# kds: key derivation service
This repository contains the source code for EC keypair derivation and management service for zk-Lokomotive.
Package available on npm: https://www.npmjs.com/package/@zklx/kds
## credits
Authored by Yigid BALABAN, fyb@fybx.dev
2024 © zk-Lokomotive team
https://zk-lokomotive.xyz/

View File

@ -1,12 +1,12 @@
{
"name": "zkl-kds",
"name": "@zklx/kds",
"version": "1.0.0",
"description": "",
"description": "zk-Lokomotive key derivation service",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"keywords": ["cryptography", "zero knowledge", "elliptic"],
"author": "Yigid BALABAN <fyb@fybx.dev>",
"license": "LGPL-2.0-only",
"dependencies": {