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 179 of file ssh_key_parse.h.
Field Documentation
◆ checkInt1
| uint32_t checkInt1 |
Definition at line 181 of file ssh_key_parse.h.
◆ checkInt2
| uint32_t checkInt2 |
Definition at line 182 of file ssh_key_parse.h.
◆ comment
| SshString comment |
Definition at line 186 of file ssh_key_parse.h.
◆ d
Definition at line 185 of file ssh_key_parse.h.
◆ keyFormatId
| SshString keyFormatId |
Definition at line 183 of file ssh_key_parse.h.
◆ q
Definition at line 184 of file ssh_key_parse.h.
The documentation for this struct was generated from the following file:
- cyclone_ssh/ssh/ssh_key_parse.h
