Botan  1.11.15
Namespaces | Variables
src/lib/math/mp/mp_types.h File Reference
#include <botan/types.h>
#include <botan/mul128.h>

Go to the source code of this file.

Namespaces

namespace  Botan

Variables

const word Botan::MP_WORD_MASK = ~static_cast<word>(0)
const word Botan::MP_WORD_MAX = MP_WORD_MASK
const word Botan::MP_WORD_TOP_BIT = static_cast<word>(1) << (8*sizeof(word) - 1)