init(combined:)
Creates a sealed box from the given data.
Declaration
init<D>(combined: D) throws where D : DataProtocolParameters
- combined:
The combined bytes of the tag and ciphertext.
Creates a sealed box from the given data.
init<D>(combined: D) throws where D : DataProtocolThe combined bytes of the tag and ciphertext.