ascii-chat 0.6.0
Real-time terminal-based video chat with ASCII art conversion
Loading...
Searching...
No Matches
lib/crypto/handshake/client.h
Go to the documentation of this file.
1#pragma once
2
9#include "common.h"
10
28
41
54
asciichat_error_t
Error and exit codes - unified status values (0-255)
Definition error_codes.h:46
int socket_t
Socket handle type (POSIX: int)
Definition socket.h:50
asciichat_error_t crypto_handshake_client_auth_response(crypto_handshake_context_t *ctx, socket_t client_socket)
Client: Process auth challenge and send response.
asciichat_error_t crypto_handshake_client_key_exchange(crypto_handshake_context_t *ctx, socket_t client_socket)
Client: Process server's public key and send our public key.
asciichat_error_t crypto_handshake_client_complete(crypto_handshake_context_t *ctx, socket_t client_socket)
Client: Wait for handshake complete confirmation.
Cryptographic handshake context structure.
Common SIMD utilities and structures.