master-server/src/crypto_key.hpp
2023-05-26 16:09:29 +02:00

9 lines
119 B
C++

#pragma once
#include <utils/cryptography.hpp>
namespace crypto_key
{
const utils::cryptography::ecc::key& get();
}