@override Hkdf hkdf({required Hmac hmac, required int outputLength}) { return DartHkdf(hmac: hmac, outputLength: outputLength); }