Botan 3.0.0-alpha0
Crypto and TLS for C&
|
Internal Header. More...
#include <botan/types.h>
Go to the source code of this file.
Namespaces | |
namespace | Botan |
Functions | |
template<size_t ROT, typename T > | |
constexpr T | Botan::rotl (T input) |
template<typename T > | |
constexpr T | Botan::rotl_var (T input, size_t rot) |
template<size_t ROT, typename T > | |
constexpr T | Botan::rotr (T input) |
template<typename T > | |
constexpr T | Botan::rotr_var (T input, size_t rot) |
Internal Header.
Definition in file rotate.h.