BcryptHashDigest constructor

const BcryptHashDigest(
  1. BcryptContext ctx,
  2. Uint8List bytes
)

Implementation

const BcryptHashDigest(this.ctx, Uint8List bytes) : super(bytes);