DerivedKeys constructor

const DerivedKeys(
  1. Uint8List encKey,
  2. Uint8List macKey
)

Implementation

const DerivedKeys(this.encKey, this.macKey);