@@ -29,11 +29,11 @@ @class OFHMAC; /** * @brief The parameters for @ref OFScrypt. */ -typedef struct OFScryptParameters { +typedef struct { /** @brief The block size to use. */ size_t blockSize; /** @brief The CPU/memory cost factor to use. */ size_t costFactor; /** @brief The parallelization to use. */