1EVP_WHIRLPOOL(3) OpenSSL EVP_WHIRLPOOL(3)
2
3
4
6 EVP_whirlpool - WHIRLPOOL For EVP
7
9 #include <openssl/evp.h>
10
11 const EVP_MD *EVP_whirlpool(void);
12
14 WHIRLPOOL is a cryptographic hash function standardized in ISO/IEC
15 10118-3:2004 designed by Vincent Rijmen and Paulo S. L. M. Barreto.
16
17 EVP_whirlpool()
18 The WHIRLPOOL algorithm that produces a message digest of 512-bits
19 from a given 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 ISO/IEC 10118-3:2004.
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.1k 2021-03-26 EVP_WHIRLPOOL(3)