DES_SMCipher constructor

DES_SMCipher(
  1. Uint8List encKey,
  2. Uint8List macKey
)

Implementation

DES_SMCipher(this.encKey, this.macKey);