CryptographyLibHashFunction constructor

CryptographyLibHashFunction({
  1. required String name,
  2. required HashAlgorithm hashAlgorithm,
})

Implementation

CryptographyLibHashFunction({
    required this.name,
    required this.hashAlgorithm,
});