BcryptHashDigest constructor

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

Implementation

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