OpenSSHBcryptKdfOptions constructor

OpenSSHBcryptKdfOptions(
  1. Uint8List salt,
  2. int rounds
)

Implementation

OpenSSHBcryptKdfOptions(this.salt, this.rounds);