Module: hcSeedBundle

Classes

LockedSeedCipher
LockedSeedCipherPwHash
LockedSeedCipherSecurityQuestions
SeedCipher
SeedCipherPwHash
SeedCipherSecurityQuestions
UnlockedSeedBundle

Members

(static, constant) seedBundleReady :Promise

Await this promise once before calling functions in this library.
Type:
  • Promise
Source:

Methods

(static) parseSecret(secret) → {PrivSecretBuf}

Injest a Uint8Array as an internal secret buffer. Note, this buffer will be zeroed internally.
Parameters:
Name Type Description
secret Uint8Array the secret to injest.
Source:
Returns:
Type
PrivSecretBuf