decapsulate abstract method

FutureOr<Uint8List> decapsulate(
  1. Uint8List secretKey,
  2. Uint8List ciphertext
)

Recover the shared secret from ciphertext using secretKey.

Implementation

FutureOr<Uint8List> decapsulate(Uint8List secretKey, Uint8List ciphertext);