Botan 3.0.0-alpha0
Crypto and TLS for C&
Namespaces | Functions
rotate.h File Reference

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)
 

Detailed Description

Internal Header.

Definition in file rotate.h.