SealedBox constructor

SealedBox(
  1. Uint8List ciphertext,
  2. Uint8List mac
)

Implementation

SealedBox(this.ciphertext, this.mac);