mirror of
https://github.com/alterware/master-server.git
synced 2025-04-21 20:55:42 +00:00
9 lines
119 B
C++
9 lines
119 B
C++
#pragma once
|
|
|
|
#include <utils/cryptography.hpp>
|
|
|
|
namespace crypto_key
|
|
{
|
|
const utils::cryptography::ecc::key& get();
|
|
}
|