HmacKeyAlgorithm constructor

HmacKeyAlgorithm({
  1. required KeyAlgorithm hash,
  2. required int length,
})

Implementation

external factory HmacKeyAlgorithm(
    {required KeyAlgorithm hash, required int length});