-
The authentication tag
Declaration
Swift
public var tag: Data { get }
-
The ciphertext
Declaration
Swift
public var ciphertext: Data { get }
-
The Nonce
-
The combined representation ( nonce || ciphertext || tag)
Declaration
Swift
public var combined: Data? { get }
-
Undocumented
Declaration
Swift
@inlinable public init<D>(combined: D) throws where D : DataProtocol
-
Declaration