Uint8List derSequence(List<List<int>> parts) => derEncode(DerTag.sequence, [for (final p in parts) ...p]);