aboutsummaryrefslogtreecommitdiff
path: root/pqcrypto_hash_shake256.h
blob: 2f570a003bc60072f0fdb79e8d09cc7cf2a22074 (about) (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*
 * SPDX-License-Identifier: CC0-1.0
 *
 * Copyright (C) 2025 W. Kosior <koszko@koszko.org>
 */

#ifndef PQCRYPTO_HASH_SHAKE256_H
#define PQCRYPTO_HASH_SHAKE256_H

#include "pqcrypto_hash.h"

#ifndef PQCRYPTO_HASH_SHAKE256_C
extern hash_function_t hash_function_shake256;
#endif

#endif /* PQCRYPTO_HASH_SHAKE256_H */