Comparing version 0.0.42 to 0.0.43
@@ -25,3 +25,3 @@ import { DICTIONARY_UNIQUE_PREFIX, dictionary } from "./dictionary.js"; | ||
function deriveMyskyRootKeypair(userSeed) { | ||
let saltBytes = Uint8Array.from(Buffer.from("root discoverable key", "utf-8")); | ||
let saltBytes = new TextEncoder().encode("root discoverable key"); | ||
let saltHash = sha512(saltBytes); | ||
@@ -28,0 +28,0 @@ let userSeedHash = sha512(userSeed); |
{ | ||
"name": "libskynet", | ||
"version": "0.0.42", | ||
"version": "0.0.43", | ||
"description": "helper library to interact with skynet's low level primitives", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
149724