Keypop Calypso Crypto Legacy SAM C++ API 0.6.0
Reference Calypso Crypto Legacy SAM API for C++
LegacySamApiProperties.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 legacysam {
18
24// class LegacySamApiProperties final {
25// public:
26// /**
27// * API version: {@value}
28// *
29// * @since 0.1.0
30// */
31// static const std::string VERSION = "0.5";
32
33// private:
34// /**
35// * Private constructor
36// */
37// LegacySamApiProperties() {}
38// };
39
40static const std::string& LegacySamApiProperties_VERSION = "0.5";
41
42} /* namespace legacysam */
43} /* namespace crypto */
44} /* namespace calypso */
45} /* namespace keypop */