@crpdo/crypto
Advanced tools
Comparing version 0.0.5 to 0.0.6
@@ -149,3 +149,3 @@ /** | ||
static async mnemonicToSeed(mnemonic, encode = true) { | ||
const seed = await bip39.mnemonicToSeedSync(mnemonic).then(s => Buffer.from(s)) | ||
const seed = await bip39.mnemonicToSeed(mnemonic).then(s => Buffer.from(s)) | ||
if (encode === 'hex') | ||
@@ -152,0 +152,0 @@ return seed.toString('hex') |
{ | ||
"name": "@crpdo/crypto", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"description": "A comprehensive cryptographic library including a set of cryptographic functions designed for encryption, decryption and other security related tasks", | ||
@@ -5,0 +5,0 @@ "author": "Basedwon <basedwon@protonmail.com>", |
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
189827