|
ascii-chat 0.6.0
Real-time terminal-based video chat with ASCII art conversion
|
Private key structure (for server –ssh-key) More...
#include <lib/crypto/key_types.h>
Data Fields | ||
| key_type_t | type | |
| union { | ||
| uint8_t private_key_t::ed25519 [64] | ||
| uint8_t private_key_t::x25519 [32] | ||
| } | key | |
| bool | use_ssh_agent | |
| bool | use_gpg_agent | |
| uint8_t | public_key [32] | |
| char | key_comment [256] | |
| char | gpg_keygrip [64] | |
Private key structure (for server –ssh-key)
Private key structure supporting both Ed25519 and X25519 keys. Includes agent support flags and metadata for signing operations.
Definition at line 91 of file key_types.h.