PBKDF2KeyDerivator constructor

PBKDF2KeyDerivator(
  1. Mac _mac
)

Implementation

PBKDF2KeyDerivator(this._mac) {
  _state = Uint8List(_mac.macSize);
}