SshDhGroup Struct Reference

Diffie-Hellman group. More...

#include <ssh_modp_groups.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

Diffie-Hellman group.

Definition at line 47 of file ssh_modp_groups.h.

Field Documentation

◆ g

uint8_t g

Generator.

Definition at line 52 of file ssh_modp_groups.h.

◆ name

const char_t* name

Group name.

Definition at line 49 of file ssh_modp_groups.h.

◆ p

const uint8_t p[512]

Prime modulus.

Definition at line 50 of file ssh_modp_groups.h.

◆ pLen

size_t pLen

Length of the prime modulus, in bytes.

Definition at line 51 of file ssh_modp_groups.h.


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