Librasta & Libsci
A C implementation of the RaSTA protocol stack
Data Fields
RastaConfigKex Struct Reference

#include <config.h>

Collaboration diagram for RastaConfigKex:
Collaboration graph
[legend]

Data Fields

enum KEY_EXCHANGE_MODE mode
 
char psk [128]
 
uint64_t rekeying_interval_ms
 

Field Documentation

◆ mode

enum KEY_EXCHANGE_MODE RastaConfigKex::mode

Active Kex mode for the server

◆ psk

char RastaConfigKex::psk[128]

Configured PSK, might be nullptr if mode is KEX_EXCHANGE_MODE_NONE

◆ rekeying_interval_ms

uint64_t RastaConfigKex::rekeying_interval_ms

Rekeying interval or 0 when no rekeying is disabled


The documentation for this struct was generated from the following file: