EvpKDFResult constructor

EvpKDFResult(
  1. Uint8List key,
  2. Uint8List iv
)

Implementation

EvpKDFResult(this.key, this.iv);