%% %CopyrightBegin%
%%
%% SPDX-License-Identifier: Apache-2.0
%%
%% Copyright Ericsson AB 2021-2025. All Rights Reserved.
%%
%% %CopyrightEnd%

[;1m  md5(Data)[0m

  Computes an MD5 message digest from [;;4mData[0m, where the length of
  the digest is 128 bits (16 bytes). [;;4mData[0m is a binary or a list of
  small integers and binaries.

  For more information about MD5, see RFC 1321 - The MD5
  Message-Digest Algorithm.

  [;;4mWarning[0m

    The MD5 Message-Digest Algorithm is not considered safe for
    code-signing or software-integrity purposes.
