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 : DataProtocolParameters
- combined:
The combined bytes of the nonce, encrypted data, and authentication tag.