package available on npm
This commit is contained in:
parent
a25028b37c
commit
b91c95bde3
13
README.md
Normal file
13
README.md
Normal 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/
|
@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "zkl-kds",
|
"name": "@zklx/kds",
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"description": "",
|
"description": "zk-Lokomotive key derivation service",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "echo \"Error: no test specified\" && exit 1"
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||||||
},
|
},
|
||||||
"keywords": [],
|
"keywords": ["cryptography", "zero knowledge", "elliptic"],
|
||||||
"author": "Yigid BALABAN <fyb@fybx.dev>",
|
"author": "Yigid BALABAN <fyb@fybx.dev>",
|
||||||
"license": "LGPL-2.0-only",
|
"license": "LGPL-2.0-only",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user