Communication Library for Autonomous Systems v1.0
Reliable and secure communication library for autonomous vehicle systems
Loading...
Searching...
No Matches
leaderKeyStorage.h File Reference
#include <mutex>
#include <array>
#include <atomic>
#include <chrono>
#include <cstdint>
#include <cstdio>
#include "api/network/ethernet.h"
#include "api/util/debug.h"
#include "api/traits.h"

Go to the source code of this file.

Classes

class  LeaderKeyStorage
 Thread-safe singleton for leader key storage. More...
 

Typedefs

using MacKeyType = std::array< uint8_t, 16 >
 

Typedef Documentation

◆ MacKeyType