mcuEncrypt method

Future<Uint8List> mcuEncrypt(
  1. Uint8List cid,
  2. Uint8List mac,
  3. Uint8List payload
)

Implementation

Future<Uint8List> mcuEncrypt(Uint8List cid, Uint8List mac, Uint8List payload) {
  throw UnimplementedError('mcuEncrypt() has not been implemented.');
}