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 header for the secret stream.
The cipher text.
Private
cipherPrivate
headerPrivate
memPrivate
opsPrivate
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 passphrase as a PrivSecretBuf.
An instance of UnlockedSeedBundle.
Will throw an error if the passphrase is not an instance of PrivSecretBuf.
Unlock a SeedCipher with a straightforward pwhashed passphrase.