Merge tag 'v6.10-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
[linux-block.git] / crypto / hash.h
CommitLineData
42808e5d
HX
1/* SPDX-License-Identifier: GPL-2.0-or-later */
2/*
3 * Cryptographic API.
4 *
5 * Copyright (c) 2023 Herbert Xu <herbert@gondor.apana.org.au>
6 */
7#ifndef _LOCAL_CRYPTO_HASH_H
8#define _LOCAL_CRYPTO_HASH_H
9
10#include <crypto/internal/hash.h>
42808e5d
HX
11
12#include "internal.h"
13
ecf889b7 14extern const struct crypto_type crypto_shash_type;
ed3630b8 15
42808e5d
HX
16int hash_prepare_alg(struct hash_alg_common *alg);
17
18#endif /* _LOCAL_CRYPTO_HASH_H */