swift
src
core
afv
crypto
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,
18
AEAD_ChaCha20Poly1305
= 2
19
};
20
21
}
// namespace swift::core::afv::crypto
22
24
MSGPACK_ADD_ENUM(
swift::core::afv::crypto::CryptoDtoMode
);
25
26
#endif
// SWIFT_CORE_AFV_CRYPTO_CRYPTODTOMODE_H
swift::core::afv::crypto::CryptoDtoMode
CryptoDtoMode
DTO mode.
Definition:
cryptodtomode.h:15
swift::core::afv::crypto::CryptoDtoMode::None
@ None
none
swift::core::afv::crypto::CryptoDtoMode::AEAD_ChaCha20Poly1305
@ AEAD_ChaCha20Poly1305
AEAD.
Generated on Mon Mar 24 2025 16:42:18 for swift by
1.9.1