Contents

init(combined:)

Creates a sealed box from the given data.

Declaration

init<D>(combined: D) throws where D : DataProtocol

Parameters

  • combined:

    The combined bytes of the tag and ciphertext.

See Also

Creating the sealed box