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();
|
|
}
|