swift
cryptodtomode.h
Go to the documentation of this file.
1 // SPDX-FileCopyrightText: Copyright (C) 2019 swift Project Community / Contributors
2 // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-swift-pilot-client-1
3 
5 
6 #ifndef SWIFT_CORE_AFV_CRYPTO_CRYPTODTOMODE_H
7 #define SWIFT_CORE_AFV_CRYPTO_CRYPTODTOMODE_H
8 
9 #include "msgpack.hpp"
10 
11 namespace swift::core::afv::crypto
12 {
14  enum class CryptoDtoMode
15  {
16  Undefined = 0,
17  None = 1,
19  };
20 
21 } // namespace swift::core::afv::crypto
22 
25 
26 #endif // SWIFT_CORE_AFV_CRYPTO_CRYPTODTOMODE_H