Keypop Calypso Crypto Asymmetric C++ API 0.2.0
Reference Calypso Crypto Asymmetric API for C++
AsymmetricCryptoApiProperties.hpp
Go to the documentation of this file.
1/**************************************************************************************************
2 * Copyright (c) 2024 Calypso Networks Association https://calypsonet.org/ *
3 * *
4 * This program and the accompanying materials are made available under the *
5 * terms of the MIT License which is available at https://opensource.org/licenses/MIT. *
6 * *
7 * SPDX-License-Identifier: MIT *
8 **************************************************************************************************/
9
10#pragma once
11
12#include <string>
13
14namespace keypop {
15namespace calypso {
16namespace crypto {
17namespace asymmetric {
18
24// class AsymmetricCryptoApiProperties final {
25// public:
26// /**
27// * API version: {@value}
28// *
29// * @since 0.2.0
30// */
31// static const std::string VERSION = "0.2";
32
33// private:
34// /**
35// * Private constructor
36// */
37// AsymmetricCryptoApiProperties() {}
38// };
39
40static const std::string& AsymmetricCryptoApiProperties_VERSION = "0.2";
41
42} /* namespace asymmetric */
43} /* namespace crypto */
44} /* namespace calypso */
45} /* namespace keypop */