22 std::vector<uint8_t> out(32);
A rfc5869 HKDF implementation with HMAC_SHA256 and fixed key output length of 32 bytes (L=32).
void Expand32(const std::string &info, unsigned char hash[OUTPUT_SIZE])
std::string ConsumeRandomLengthString(size_t max_length)
#define LIMITED_WHILE(condition, limit)
Can be used to limit a theoretically unbounded loop.
std::vector< B > ConsumeRandomLengthByteVector(FuzzedDataProvider &fuzzed_data_provider, const std::optional< size_t > &max_length=std::nullopt) noexcept