AESCipher constructor

AESCipher(
  1. String seed
)

Implementation

AESCipher(this.seed) : _key = _deriveKey(seed);