9#ifndef CRYPTO_KDF_STRUCT_H
10#define CRYPTO_KDF_STRUCT_H
crypto_hash_type
Definition crypto_hash_struct.h:98
Definition crypto_kdf_struct.h:15
crypto_hash_type hash_type
Definition crypto_kdf_struct.h:16
td_u32 plen
Definition crypto_kdf_struct.h:18
td_u8 * salt
Definition crypto_kdf_struct.h:19
td_u32 slen
Definition crypto_kdf_struct.h:20
td_u16 count
Definition crypto_kdf_struct.h:21
td_u8 * password
Definition crypto_kdf_struct.h:17
unsigned short td_u16
Definition td_type.h:37
unsigned char td_u8
Definition td_type.h:36
unsigned int td_u32
Definition td_type.h:38