/* * 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 */