Botan 3.9.0
Crypto and TLS for C&
Botan::IntParams< WI, NI, PI > Struct Template Reference

#include <pcurves_impl.h>

Public Types

typedef WI W

Static Public Attributes

static constexpr size_t N = NI
static constexpr auto P = PI

Detailed Description

template<WordType WI, size_t NI, std::array< WI, NI > PI>
struct Botan::IntParams< WI, NI, PI >

This exists soley as a hack which somewhat reduces symbol lengths

Definition at line 1181 of file pcurves_impl.h.

Member Typedef Documentation

◆ W

template<WordType WI, size_t NI, std::array< WI, NI > PI>
typedef WI Botan::IntParams< WI, NI, PI >::W

Definition at line 1183 of file pcurves_impl.h.

Member Data Documentation

◆ N

template<WordType WI, size_t NI, std::array< WI, NI > PI>
size_t Botan::IntParams< WI, NI, PI >::N = NI
staticconstexpr

Definition at line 1184 of file pcurves_impl.h.

◆ P

template<WordType WI, size_t NI, std::array< WI, NI > PI>
auto Botan::IntParams< WI, NI, PI >::P = PI
staticconstexpr

Definition at line 1185 of file pcurves_impl.h.


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