dec method

String dec(
  1. String data
)

Decrypts data using the configured key and rounds.

Implementation

String dec(String data) => decrypt(data, key: _key, round: _round);