Radix Relay
Hybrid mesh communications with Signal Protocol encryption
Loading...
Searching...
No Matches
uuid_generator.hpp
Go to the documentation of this file.
1#pragma once
2
3#include <string>
4
5namespace radix_relay::core {
6
11{
12public:
18 [[nodiscard]] static auto generate() -> std::string;
19};
20
21}// namespace radix_relay::core
Utility for generating RFC 4122 UUIDs.
static auto generate() -> std::string
Generates a new UUID string.