master-tool/src/crypto_key.hpp
2022-11-12 21:49:50 +00:00

7 lines
84 B
C++

#pragma once
namespace crypto_key
{
const utils::cryptography::ecc::key& get();
}