mtx::secret_storage::PBKDF2 struct

Information about the key derivation from a passphrase.

Public variables

std::string algorithm
Required. Must be m.pbkdf2.
std::string salt
Required. The salt used in PBKDF2.
uint32_t iterations
Required. The number of iterations to use in PBKDF2.
uint32_t bits
Optional. The number of bits to generate for the key. Defaults to 256.