swift
Namespaces | Enumerations
cryptodtomode.h File Reference

Go to the source code of this file.

Namespaces

 swift::core
 Backend services of the swift project, like dealing with the network or the simulators.
 

Enumerations

enum class  swift::core::afv::crypto::CryptoDtoMode { Undefined = 0 , None = 1 , AEAD_ChaCha20Poly1305 = 2 }
 DTO mode. More...
 

Enumeration Type Documentation

◆ CryptoDtoMode

DTO mode.

Enumerator
Undefined 

undefined

None 

none

AEAD_ChaCha20Poly1305 

AEAD.

Definition at line 14 of file cryptodtomode.h.