|
Botan
2.13.0
Crypto and TLS for C++11
|
#include <botan/types.h>Go to the source code of this file.
Namespaces | |
| Botan | |
Functions | |
| template<typename T > | |
| T | Botan::rotate_left (T input, size_t rot) |
| template<typename T > | |
| T | Botan::rotate_right (T input, size_t rot) |
| template<size_t ROT, typename T > | |
| constexpr T | Botan::rotl (T input) |
| template<typename T > | |
| T | Botan::rotl_var (T input, size_t rot) |
| template<size_t ROT, typename T > | |
| constexpr T | Botan::rotr (T input) |
| template<typename T > | |
| T | Botan::rotr_var (T input, size_t rot) |
1.8.9.1