1EVP_MD4(3) OpenSSL EVP_MD4(3)
2
3
4
6 EVP_md4 - MD4 For EVP
7
9 #include <openssl/evp.h>
10
11 const EVP_MD *EVP_md4(void);
12
14 MD4 is a cryptographic hash function standardized in RFC 1320 and
15 designed by Ronald Rivest, first published in 1990.
16
17 EVP_md4()
18 The MD4 algorithm which produces a 128-bit output from a given
19 input.
20
22 These functions return a EVP_MD structure that contains the
23 implementation of the symmetric cipher. See EVP_MD_meth_new(3) for
24 details of the EVP_MD structure.
25
27 IETF RFC 1320.
28
30 evp(7), EVP_DigestInit(3)
31
33 Copyright 2017 The OpenSSL Project Authors. All Rights Reserved.
34
35 Licensed under the OpenSSL license (the "License"). You may not use
36 this file except in compliance with the License. You can obtain a copy
37 in the file LICENSE in the source distribution or at
38 <https://www.openssl.org/source/license.html>.
39
40
41
421.1.1q 2022-07-07 EVP_MD4(3)