open abstract method

Future<Uint8List> open(
  1. Uint8List nonce,
  2. Uint8List sealed
)

Throws UAuthenticationException when the data was tampered with.

Implementation

Future<Uint8List> open(Uint8List nonce, Uint8List sealed);