bcryptHash function

Uint8List bcryptHash(
  1. Uint8List pass,
  2. Uint8List salt
)

Implementation

Uint8List bcryptHash(Uint8List pass, Uint8List salt) {
  throw FormatException('bcryptHash not implemented');
}