TlsFfdheGroup Struct Reference

FFDHE parameters. More...

#include <tls_ffdhe.h>

Data Fields

const char_tname
 Group name. More...
 
const uint8_t p [512]
 Prime modulus. More...
 
size_t pLen
 Length of the prime modulus, in bytes. More...
 
uint8_t g
 Generator. More...
 

Detailed Description

FFDHE parameters.

Definition at line 48 of file tls_ffdhe.h.

Field Documentation

◆ g

uint8_t g

Generator.

Definition at line 53 of file tls_ffdhe.h.

◆ name

const char_t* name

Group name.

Definition at line 50 of file tls_ffdhe.h.

◆ p

const uint8_t p[512]

Prime modulus.

Definition at line 51 of file tls_ffdhe.h.

◆ pLen

size_t pLen

Length of the prime modulus, in bytes.

Definition at line 52 of file tls_ffdhe.h.


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