Botan 3.11.0
Crypto and TLS for C&
Botan::detail::PermutationFn Concept Reference

#include <sponge_processing.h>

Concept definition

template<typename T>
concept Botan::detail::PermutationFn = std::invocable<T> || std::same_as<T, void()>

Detailed Description

Definition at line 105 of file sponge_processing.h.