Botan 3.9.0
Crypto and TLS for C&
Botan::WordInfo< uint32_t > Struct Reference

#include <mp_asmi.h>

Public Types

typedef uint64_t dword

Static Public Attributes

static const constexpr size_t bits = 32
static const constexpr size_t bytes = 4
static const constexpr bool dword_is_native = true
static const constexpr uint32_t max = 0xFFFFFFFF
static const constexpr uint32_t top_bit = 0x80000000

Detailed Description

Definition at line 54 of file mp_asmi.h.

Member Typedef Documentation

◆ dword

typedef uint64_t Botan::WordInfo< uint32_t >::dword

Definition at line 61 of file mp_asmi.h.

Member Data Documentation

◆ bits

const constexpr size_t Botan::WordInfo< uint32_t >::bits = 32
staticconstexpr

Definition at line 57 of file mp_asmi.h.

◆ bytes

const constexpr size_t Botan::WordInfo< uint32_t >::bytes = 4
staticconstexpr

Definition at line 56 of file mp_asmi.h.

◆ dword_is_native

const constexpr bool Botan::WordInfo< uint32_t >::dword_is_native = true
staticconstexpr

Definition at line 62 of file mp_asmi.h.

◆ max

const constexpr uint32_t Botan::WordInfo< uint32_t >::max = 0xFFFFFFFF
staticconstexpr

Definition at line 58 of file mp_asmi.h.

◆ top_bit

const constexpr uint32_t Botan::WordInfo< uint32_t >::top_bit = 0x80000000
staticconstexpr

Definition at line 59 of file mp_asmi.h.


The documentation for this struct was generated from the following file: