decrypt method

bool decrypt(
  1. Uint8List key,
  2. Uint8List iv
)

Function to decrypt GitStampNode.

Implementation

bool decrypt(Uint8List key, Uint8List iv) => true;