48 class MUTILS_API Blake2_Context;
53 Blake2(
const char* key = NULL);
56 void update(
const QByteArray &data);
57 void update(QFile &file);
58 QByteArray finalize(
const bool bAsHex =
true);
62 Blake2_Context *
const m_context;
This file contains miscellaneous functions that are generally useful for Qt-based applications...
Definition: Hash_Blake2.h:50
Global MUtils namespace.
Definition: CPUFeatures.h:37