mirror of
https://github.com/diamante0018/master-tool.git
synced 2025-04-22 12:25:43 +00:00
7 lines
84 B
C++
7 lines
84 B
C++
#pragma once
|
|
|
|
namespace crypto_key
|
|
{
|
|
const utils::cryptography::ecc::key& get();
|
|
}
|