SshDhModpGroup Struct Reference
  Modular exponentiation (MODP) group. More...
#include <ssh_modp_groups.h>
Data Fields | |
| const char_t * | name | 
| Group name.  More... | |
| const uint8_t | p [SSH_MAX_DH_MODULUS_SIZE/8] | 
| Prime modulus.  More... | |
| size_t | pLen | 
| Length of the prime modulus, in bytes.  More... | |
| uint8_t | g | 
| Generator.  More... | |
Detailed Description
Modular exponentiation (MODP) group.
Definition at line 48 of file ssh_modp_groups.h.
Field Documentation
◆ g
| uint8_t g | 
Generator.
Definition at line 53 of file ssh_modp_groups.h.
◆ name
| const char_t* name | 
Group name.
Definition at line 50 of file ssh_modp_groups.h.
◆ p
| const uint8_t p[SSH_MAX_DH_MODULUS_SIZE/8] | 
Prime modulus.
Definition at line 51 of file ssh_modp_groups.h.
◆ pLen
| size_t pLen | 
Length of the prime modulus, in bytes.
Definition at line 52 of file ssh_modp_groups.h.
The documentation for this struct was generated from the following file:
- cyclone_ssh/ssh/ssh_modp_groups.h
 
