Botan 3.10.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 103 of file sponge_processing.h.