Botan 3.1.1
Crypto and TLS for C&
Namespaces | Functions
bswap.h File Reference

Internal Header. More...

#include <botan/types.h>

Go to the source code of this file.

Namespaces

namespace  Botan
 

Functions

template<typename T >
constexpr void Botan::bswap_4 (T x[4])
 
constexpr uint16_t Botan::reverse_bytes (uint16_t x)
 
constexpr uint32_t Botan::reverse_bytes (uint32_t x)
 
constexpr uint64_t Botan::reverse_bytes (uint64_t x)
 

Detailed Description

Internal Header.

Definition in file bswap.h.