CryptographyLibHashFunction constructor
CryptographyLibHashFunction({
- required String name,
- required HashAlgorithm hashAlgorithm,
Implementation
CryptographyLibHashFunction({
required this.name,
required this.hashAlgorithm,
});