DerivedKeys constructor

DerivedKeys({
  1. required Uint8List aesKey,
  2. required Uint8List hmacKey,
})

Implementation

DerivedKeys({required this.aesKey, required this.hmacKey});