You won't use this directly, call UnlockedSeedBundle.fromLocked()
the callback to finish unlocking the seed.
the salt used for password hashing.
the memory limit for password hashing.
the operation limit for password hashing.
the list of security questions.
the header for the secret stream.
the cipher text.
Private
cipherPrivate
headerPrivate
memPrivate
opsPrivate
questionPrivate
saltOnce the secretSeed is decrypted, subclass instances will call this to generate the actual UnlockedSeedBundle instance.
the secret seed to unlock.
an instance of UnlockedSeedBundle.
Unlock to an UnlockedSeedBundle.
the list of answers as PrivSecretBuf.
an instance of UnlockedSeedBundle.
will throw an error if the answers are not an array of length 3.
Unlock a SeedCipher with three security question answers.