CryptoHashConfig constructor

CryptoHashConfig({
  1. String? cryptoKey,
  2. KmsWrappedCryptoKey? kmsWrapped,
})

Implementation

CryptoHashConfig({
  this.cryptoKey,
  this.kmsWrapped,
});