Botan  1.11.15
Namespaces | Functions
src/lib/utils/rounding.h File Reference
#include <botan/types.h>

Go to the source code of this file.

Namespaces

namespace  Botan

Functions

size_t Botan::clamp (size_t n, size_t lower_bound, size_t upper_bound)
template<typename T >
Botan::round_down (T n, T align_to)
template<typename T >
Botan::round_up (T n, T align_to)