PBKDF2KeyDerivator constructor
PBKDF2KeyDerivator(
- Mac _mac
Implementation
PBKDF2KeyDerivator(this._mac) {
_state = Uint8List(_mac.macSize);
}
PBKDF2KeyDerivator(this._mac) {
_state = Uint8List(_mac.macSize);
}