|
ascii-chat 0.6.0
Real-time terminal-based video chat with ASCII art conversion
|
Public key structure. More...
#include <lib/crypto/key_types.h>
Data Fields | |
| key_type_t | type |
| uint8_t | key [32] |
| char | comment [256] |
Public key structure.
Simplified public key structure for all key types. All keys are 32 bytes regardless of source (Ed25519, X25519, or GPG-derived).
Definition at line 69 of file key_types.h.