DartHkdf constructor

const DartHkdf({
  1. required Hmac hmac,
  2. required int outputLength,
})

Implementation

const DartHkdf({required this.hmac, required this.outputLength})
    : super.constructor();