Blake2bConfig constructor

const Blake2bConfig({
  1. List<int>? key,
  2. List<int>? salt,
  3. List<int>? personalization,
  4. Blake2bTree? tree,
})

Implementation

const Blake2bConfig({this.key, this.salt, this.personalization, this.tree});