Contents

init(combined:)

Creates a sealed box from the combined bytes of an authentication tag, nonce, and encrypted data.

Declaration

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

Parameters

  • combined:

    The combined bytes of the nonce, encrypted data, and authentication tag.

See Also

Creating the sealed box