master-server/src/crypto_key.hpp

9 lines
119 B
C++
Raw Normal View History

2023-05-26 10:09:29 -04:00
#pragma once
#include <utils/cryptography.hpp>
namespace crypto_key
{
const utils::cryptography::ecc::key& get();
}