12#ifndef ARCANE_UTILS_MD5HASHALGORITHM_H
13#define ARCANE_UTILS_MD5HASHALGORITHM_H
17#include "arcane/utils/IHashAlgorithm.h"
18#include "arcane/utils/String.h"
34class ARCANE_UTILS_EXPORT MD5HashAlgorithm
Interface of a hashing algorithm.
String name() const override
Name of the algorithm.
Int32 hashSize() const override
Size (in bytes) of the hash key.
View of an array of elements of type T.
Unicode character string.
-- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature --
Array< Byte > ByteArray
Dynamic one-dimensional array of characters.
ConstArrayView< Byte > ByteConstArrayView
C equivalent of a 1D array of characters.
std::int32_t Int32
Signed integer type of 32 bits.