Keypop Calypso Crypto Symmetric C++ API 0.1.1
Reference Calypso Crypto Symmetric API for C++
include
keypop
calypso
crypto
symmetric
SymmetricCryptoApiProperties.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
14
namespace
keypop
{
15
namespace
calypso {
16
namespace
crypto {
17
namespace
symmetric {
18
24
// class SymmetricCryptoApiProperties final {
25
// public:
26
// /**
27
// * API version: {@value}
28
// *
29
// * @since 0.1.0
30
// */
31
// static const std::string VERSION = "0.1";
32
33
// private:
34
// /**
35
// * Private constructor
36
// */
37
// SymmetricCryptoApiProperties() {}
38
// };
39
40
static
const
std::string& SymmetricCryptoApiProperties_VERSION =
"0.1"
;
41
42
}
/* namespace symmetric */
43
}
/* namespace crypto */
44
}
/* namespace calypso */
45
}
/* namespace keypop */
keypop
Definition:
SymmetricCryptoCardTransactionManagerFactorySpi.hpp:17
Generated by
1.9.2