Botan 3.6.1
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 34 of file mp_asmi.h.

Member Typedef Documentation

◆ dword

uint64_t Botan::WordInfo< uint32_t >::dword

Definition at line 41 of file mp_asmi.h.

Member Data Documentation

◆ bits

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

Definition at line 37 of file mp_asmi.h.

◆ bytes

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

Definition at line 36 of file mp_asmi.h.

◆ dword_is_native

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

Definition at line 42 of file mp_asmi.h.

◆ max

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

Definition at line 38 of file mp_asmi.h.

◆ top_bit

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

Definition at line 39 of file mp_asmi.h.


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