SshEddsaPrivateKey Struct Reference
  EdDSA private key (OpenSSH format) More...
#include <ssh_key_parse.h>
| Data Fields | |
| uint32_t | checkInt1 | 
| uint32_t | checkInt2 | 
| SshString | keyFormatId | 
| SshBinaryString | q | 
| SshBinaryString | d | 
| SshString | comment | 
Detailed Description
EdDSA private key (OpenSSH format)
Definition at line 168 of file ssh_key_parse.h.
Field Documentation
◆ checkInt1
| uint32_t checkInt1 | 
Definition at line 170 of file ssh_key_parse.h.
◆ checkInt2
| uint32_t checkInt2 | 
Definition at line 171 of file ssh_key_parse.h.
◆ comment
| SshString comment | 
Definition at line 175 of file ssh_key_parse.h.
◆ d
Definition at line 174 of file ssh_key_parse.h.
◆ keyFormatId
| SshString keyFormatId | 
Definition at line 172 of file ssh_key_parse.h.
◆ q
Definition at line 173 of file ssh_key_parse.h.
The documentation for this struct was generated from the following file:
- cyclone_ssh/ssh/ssh_key_parse.h
