This commit is contained in:
2023-05-26 16:09:29 +02:00
commit 32db868ae6
83 changed files with 5753 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
#pragma once
#include <utils/cryptography.hpp>
namespace crypto_key
{
const utils::cryptography::ecc::key& get();
}