check description

+ key-derivation/getPairFromPrivate()
M key-derivation/generateKeypair to use class Key
+ class Key for interop between different zkl modules
This commit is contained in:
2024-08-23 12:14:47 +03:00
parent 852a79220d
commit ca521e033f
6 changed files with 147 additions and 32 deletions

7
.prettierrc Normal file
View File

@@ -0,0 +1,7 @@
{
"semi": true,
"singleQuote": false,
"tabWidth": 2,
"bracketSpacing": true,
"trailingComma": "none"
}